From 8524c9a0c372c428a4cff0678feabc588ed82274 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Sun, 31 Jan 2021 10:38:07 +0200 Subject: [PATCH] Removed unused variable s --- Plan/common/src/main/resources/assets/plan/web/js/query.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Plan/common/src/main/resources/assets/plan/web/js/query.js b/Plan/common/src/main/resources/assets/plan/web/js/query.js index 2f6076b7c..dc12c4a03 100644 --- a/Plan/common/src/main/resources/assets/plan/web/js/query.js +++ b/Plan/common/src/main/resources/assets/plan/web/js/query.js @@ -42,12 +42,6 @@ function loadFilters(json) { document.getElementById('viewToDateField').setAttribute('placeholder', json.view.beforeDate); document.getElementById('viewToTimeField').setAttribute('placeholder', json.view.beforeTime); - const s = { - name: {playersOnline: 'Players Online'}, - tooltip: {zeroDecimals: {valueDecimals: 0}}, - type: {areaSpline: 'areaspline'} - }; - const playersOnlineSeries = { name: 'Players Online', type: 'areaspline', tooltip: {valueDecimals: 0}, data: json.viewPoints, color: '#9E9E9E', yAxis: 0