Skip to content
Snippets Groups Projects
Commit a76a0936 authored by echicken's avatar echicken
Browse files

Be more descriptive about the search thingie.

parent 89a0ba84
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,9 @@ function populate_tree(tree, settings) { ...@@ -203,7 +203,9 @@ function populate_tree(tree, settings) {
function search(frame, settings) { function search(frame, settings) {
const sframe = new Frame(frame.x, frame.y + 4, frame.width, 3, BG_BLUE|WHITE, frame); const sframe = new Frame(frame.x, frame.y + 4, frame.width, 3, BG_BLUE|WHITE, frame);
sframe.putmsg('Type your search terms and wait a second for results') sframe.putmsg('Search by address, system name, sysop, or location:');
sframe.gotoxy(1, 3);
sframe.putmsg("Type a query and wait for results, don't hit enter.");
sframe.open(); sframe.open();
const typeahead = new Typeahead({ const typeahead = new Typeahead({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment