diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-20 23:53:39 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-20 23:53:39 +0100 |
commit | e763a7874093d7c36b89424b116dd99fc2966312 (patch) | |
tree | 1b1ec8ebad82ff4486e57175ccd312673d364cbb /web/nms.gathering.org/index.html | |
parent | 925af79d0cceb61755a0846f78fa46fbf0012406 (diff) |
NMS: Enable search GO-button
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 bdb5912..db1acfa 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -92,7 +92,7 @@ <div class="input-group input-group-sm"> <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> + <button id="searchbox-submit" class="btn btn-default" type="button" onclick="nmsInfoBox.showWindow('switchInfo',document.getElementById('searchbox').value);">Go!</button> </span> </div> </div> |