From 9358f6bf44160af0cff7f79312e52a51131b2265 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Mon, 20 Apr 2015 12:24:49 +0200 Subject: NMS: Add comment-spotting map This helps identify which switches are being worked on. If I choose to add "active"/"inactive" toggling, then this will further contribute to the usefulness of this map. --- web/nms.gathering.org/nms2/js/nms.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/nms.gathering.org/nms2/js/nms.js') diff --git a/web/nms.gathering.org/nms2/js/nms.js b/web/nms.gathering.org/nms2/js/nms.js index 95a682e..f4a6279 100644 --- a/web/nms.gathering.org/nms2/js/nms.js +++ b/web/nms.gathering.org/nms2/js/nms.js @@ -1165,6 +1165,8 @@ function detectHandler() { setUpdater(handler_temp); } else if (/#traffic/.exec(url)) { setUpdater(handler_traffic); + } else if (/#comment/.exec(url)) { + setUpdater(handler_comment); } else if (/#disco/.exec(url)) { setUpdater(handler_disco); } else { -- cgit v1.2.3