From 5eea113b93b9724ab80ba6a503214e51a4c1ffa3 Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Mon, 6 Nov 2017 00:21:39 +0100 Subject: A few typos --- web/js/nms-info-box.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/js') diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js index 841eb67..9a5edae 100644 --- a/web/js/nms-info-box.js +++ b/web/js/nms-info-box.js @@ -952,7 +952,7 @@ var switchEditPanel = function () { var tmpsw = '\'' + this.sw + '\''; var tmpv = '\'' + v + '\''; var tmphandler = '"nmsInfoBox._editChange(' + tmpsw + ',' + tmpv + ');"'; - var html = ''; + var html = ''; if (v == "placement") { v = "placement Reset"; } @@ -1081,6 +1081,7 @@ nmsInfoBox.addPanelType("switchComments",switchCommentsPanel); var switchSummaryPanel = function() { nmsInfoPanel.call(this,"switchSummary"); this.init = function() { + //TODO Fix this so the chart is automatic updated //this.addHandler("ticker"); this.refresh(); }; -- cgit v1.2.3