aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorOle Mathias Heggem <ole@sdok.no>2017-03-25 15:04:04 +0100
committerOle Mathias Heggem <ole@sdok.no>2017-03-25 15:04:04 +0100
commitf70f65f7466a480a45a8260b35887cb7ed36b466 (patch)
tree8bb42a981600498ab53d8f444e926920b9195b53 /web/index.html
parent108377f8adf91d34481ff344cb914e0c6101e530 (diff)
Added a basic search results page and search on tags
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html
index 9c66a41..3b8e7a5 100644
--- a/web/index.html
+++ b/web/index.html
@@ -86,7 +86,7 @@
<span class="input-group-btn">
<button id="searchbox-x" class="btn btn-default" type="button" onclick="nmsSearch.reset();">X</button>
<button id="searchbox-help" class="btn btn-default" type="button" onclick="nmsInfoBox.showWindow('searchHelp');">?</button>
- <button id="searchbox-submit" class="btn btn-default" type="button" onclick="nmsInfoBox.showWindow('switchInfo',document.getElementById('searchbox').value);">Go!</button>
+ <button id="searchbox-submit" class="btn btn-default" type="button" onclick="nmsSearch.runSearch();">Go!</button>
</span>
</div>
</div>