Don't overwrite global location

This commit is contained in:
Arlo Breault 2019-07-07 10:30:19 +02:00
parent 3455cd5da8
commit 6e95581f53
2 changed files with 2 additions and 5 deletions

View file

@ -13,7 +13,7 @@ var snowflake, query, debug, silenceNotifications, log, dbg, init;
snowflake = null;
query = Query.parse(location);
query = Query.parse(location.search.substr(1));
debug = Params.getBool(query, 'debug', false);