halloween ... /?halloween

This commit is contained in:
Matthias Wirth
2020-10-26 13:59:51 +01:00
parent 69adc7e182
commit 4a76b796d7
3 changed files with 49 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ let inactive = 0;
let firstFetchDone = false;
let overrideMapType = null;
let altitudeChartDisplay;
let halloween = false;
let shareLink = '';
@@ -490,6 +491,9 @@ function initialize() {
if (search.has('showGrid'))
showGrid = true;
if (search.has('halloween'))
halloween = true;
if (search.has('onlyDataSource'))
onlyDataSource = search.get('onlyDataSource');