aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-info-box.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r--web/js/nms-info-box.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/nms-info-box.js b/web/js/nms-info-box.js
index 05ec415..869f308 100644
--- a/web/js/nms-info-box.js
+++ b/web/js/nms-info-box.js
@@ -819,6 +819,7 @@ var switchCommentsPanel = function () {
this.commentsHash = false;
this.refresh = function (reason) {
var domObj = document.createElement("div");
+ domObj.className = 'gondul-is-private';
var comments = [];
var logs = nmsOplog.getSwitchLogs(this.sw);
var table = document.createElement("table");