aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms.js
diff options
context:
space:
mode:
authorOle Mathias Aa. Heggem <msbone1995@gmail.com>2018-03-21 13:27:46 +0100
committerGitHub <noreply@github.com>2018-03-21 13:27:46 +0100
commit2b3beb9f93fc6486169e47f96995a97dd64baf2a (patch)
tree7151c023924254d863387f484829b503759359ea /web/js/nms.js
parent8f1eeeabe7b33d224ed9a8e19cc16825c144a0f6 (diff)
parent5abf053bac220b49539104bfa63805fd0829ca45 (diff)
Merge branch 'master' into network-firstclass
Diffstat (limited to 'web/js/nms.js')
-rw-r--r--web/js/nms.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/nms.js b/web/js/nms.js
index 12f4c1b..aa72c19 100644
--- a/web/js/nms.js
+++ b/web/js/nms.js
@@ -324,6 +324,7 @@ function setNightMode(toggle) {
document.body.classList.remove("nightmode");
}
nmsMap.setNightMode(toggle);
+ setNightModeChart(toggle);
}
/*