diff options
author | Kristian Lyngstøl <kly@kly.no> | 2017-04-20 12:09:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 12:09:09 +0200 |
commit | 50b648bf3814e8e7e288965dc8fae987392efd55 (patch) | |
tree | b7b99ba2d97139826eb5491367b84b3e9b849fef /web/index.html | |
parent | a86fa790950906f0d0f32d2b3d2069fb11d34c98 (diff) | |
parent | 10f6ab7d5b9f5c9abcdfcd66104b24c3ff47133c (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.html | 2 |
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> |