From 16adccbba8652ffe5aaedd8ca5f5ff646cd4f223 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Tue, 5 May 2020 10:54:52 +0300 Subject: [PATCH] Accordions now striped, HighCharts background transparent --- Plan/common/src/main/resources/assets/plan/web/js/graphs.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plan/common/src/main/resources/assets/plan/web/js/graphs.js b/Plan/common/src/main/resources/assets/plan/web/js/graphs.js index 977615215..09863bf9f 100644 --- a/Plan/common/src/main/resources/assets/plan/web/js/graphs.js +++ b/Plan/common/src/main/resources/assets/plan/web/js/graphs.js @@ -628,8 +628,6 @@ function worldPie(id, worldSeries, gmSeries) { } function updateGraphs() { - var nightMode = window.localStorage.getItem('nightMode') == 'true'; - console.log(Highcharts.theme); for (let graph of graphs) { graph.update(Highcharts.theme); }