diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-20 12:24:49 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-20 12:24:49 +0200 |
commit | 9358f6bf44160af0cff7f79312e52a51131b2265 (patch) | |
tree | 5f7b8572f3b2577459b51d7d67dadcf354c81d5a /web/nms.gathering.org/nms2/js/nms.js | |
parent | c4122b3a6d2777e2f2b22b2e7952f29518d8fe97 (diff) |
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.
Diffstat (limited to 'web/nms.gathering.org/nms2/js/nms.js')
-rw-r--r-- | web/nms.gathering.org/nms2/js/nms.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |