aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authorKristian Lyngstøl <kly@kly.no>2017-04-20 12:09:09 +0200
committerGitHub <noreply@github.com>2017-04-20 12:09:09 +0200
commit50b648bf3814e8e7e288965dc8fae987392efd55 (patch)
treeb7b99ba2d97139826eb5491367b84b3e9b849fef /web/index.html
parenta86fa790950906f0d0f32d2b3d2069fb11d34c98 (diff)
parent10f6ab7d5b9f5c9abcdfcd66104b24c3ff47133c (diff)
Merge pull request #155 from msbone/master
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 04fc71e..028d338 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>