diff options
author | root <root@gondul-dev01.nyd.msbone.net> | 2017-04-20 03:24:15 +0200 |
---|---|---|
committer | root <root@gondul-dev01.nyd.msbone.net> | 2017-04-20 03:24:15 +0200 |
commit | b75bf7c42a3ea871b92360739011b8b387cc087e (patch) | |
tree | a87f79ec903eb86ec0d9a4a253fb86118d0771ba /web/index.html | |
parent | 53d3a0593e3702a245dc90fb14a79e166bf7bbb3 (diff) | |
parent | 7b97188b728c85c498acc8acdce1750c472f2c85 (diff) |
Merge branch 'master' of https://github.com/msbone/gondul
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 85cac15..375b46b 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> |