diff options
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r-- | web/js/nms-info-box.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index c985e42..90ba12f 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -526,7 +526,6 @@ var nmsInfoPanel = function nmsInfoPanel(name,id) { var switchSNMPPanel = function () { nmsInfoPanel.call(this,"switchSNMP"); this.init = function() { - this.addHandler("snmp"); this.refresh(); }; this.refresh = function(reason) { |