diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-17 22:38:32 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-17 22:38:32 +0100 |
commit | a24f3520a43cf59d0ac88270ba956c9aa67de469 (patch) | |
tree | fa0c91f605ccedd9cb946fb37d6686560b5ded3b /web/nms.gathering.org/index.html | |
parent | b7887d4b7181e057d77a5f5d093de0400052bd0b (diff) |
NMS: Add live highlight to search
Original search only worked with exact matches. Added a simple highlight
interface to nms-map.js to enable live highlights while typing.
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index 3452b9a..e70c9e3 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -89,7 +89,7 @@ <button class="btn btn-default btn-sm" id="legend-5"></button> </div> <div class="input-group input-group-sm"> - <input id="searchbox" type="text" class="form-control" placeholder="Search" oninput="nmsInfoBox._search()" /> + <input id="searchbox" type="text" class="form-control" placeholder="Filter" oninput="nmsInfoBox._search()" /> <span class="input-group-btn"> <button class="btn btn-default" type="button" onclick="nmsInfoBox.show(document.getElementById('searchbox').value);">Go!</button> </span> |