forked from MapComplete/MapComplete
More css tweaks and bug fixes
This commit is contained in:
parent
fd350bb095
commit
eb4dda1ba2
29 changed files with 294 additions and 107303 deletions
|
@ -17,6 +17,9 @@ export class QueryParameters {
|
|||
|
||||
private static init() {
|
||||
const knownSources = {}
|
||||
if(window === undefined){
|
||||
return;
|
||||
}
|
||||
if (window.location.search) {
|
||||
const params = window.location.search.substr(1).split("&");
|
||||
for (const param of params) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue