diff options
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index 33be786..a91493f 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -560,7 +560,7 @@ function initNMS() { detectHandler(); nms.playback.play(); setupKeyhandler(); - setupSearchKeyHandler(); + nmsSearch.init(); } function detectHandler() { @@ -711,13 +711,6 @@ function setupKeyhandler() }); } -function setupSearchKeyHandler() -{ - $("#searchbox").keyup(function(e) { - nmsInfoBox._searchKeyListener(e); - }); -} - function getCookie(cname) { var name = cname + "="; |