aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/index.html
diff options
context:
space:
mode:
authorNicolai Tellefsen <niccofyren@gmail.com>2016-03-20 23:53:39 +0100
committerNicolai Tellefsen <niccofyren@gmail.com>2016-03-20 23:53:39 +0100
commite763a7874093d7c36b89424b116dd99fc2966312 (patch)
tree1b1ec8ebad82ff4486e57175ccd312673d364cbb /web/nms.gathering.org/index.html
parent925af79d0cceb61755a0846f78fa46fbf0012406 (diff)
NMS: Enable search GO-button
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r--web/nms.gathering.org/index.html2
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>