diff options
Diffstat (limited to 'web/js/nms-info-box.js')
-rw-r--r-- | web/js/nms-info-box.js | 1 |
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"); |