From 2c9231ff1b71e608b369df8666b3b1ec2f32bb74 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 29 Apr 2015 12:26:45 +0200 Subject: NMS: Add "total switch speed" map I'm thinking of factoring ifhighspeed for the scaling... --- web/nms.gathering.org/nms2/js/nms.js | 4 ++++ 1 file changed, 4 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 f6d7bb0..d4cf4e8 100644 --- a/web/nms.gathering.org/nms2/js/nms.js +++ b/web/nms.gathering.org/nms2/js/nms.js @@ -73,6 +73,7 @@ var nms = { '4':setMapModeFromN, '5':setMapModeFromN, '6':setMapModeFromN, + '7':setMapModeFromN, 'h':moveTimeFromKey, 'j':moveTimeFromKey, 'k':moveTimeFromKey, @@ -1526,6 +1527,9 @@ function setMapModeFromN(e,key) setUpdater(handler_comment); break; case '6': + setUpdater(handler_traffic_tot); + break; + case '7': setUpdater(handler_disco); break; } -- cgit v1.2.3