diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-21 10:33:40 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-21 10:33:40 +0100 |
commit | 8def7ece0c59dcc2753800f4b97b4d409b1ef949 (patch) | |
tree | 4dbbabfecf20b090611c79e9d88a6302738e5886 /web/nms.gathering.org/index.html | |
parent | 4dffc5e5431c83595f2bd102f120ad6def011d22 (diff) | |
parent | 3d840d42ab7a05059b457fd5ffb22b6c3beea8a6 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage into dev
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 2 |
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> |