halloween ... /?halloween
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user