forked from MapComplete/MapComplete
Add usable portrait layout
This commit is contained in:
parent
6a055247c8
commit
dd91e11bd0
2 changed files with 97 additions and 11 deletions
|
@ -40,7 +40,6 @@ export class QueryParameters {
|
|||
}
|
||||
parts.push(encodeURIComponent(key) + "=" + encodeURIComponent(QueryParameters.knownSources[key].data))
|
||||
}
|
||||
parts.sort();
|
||||
history.replaceState(null, "", "?" + parts.join("&"));
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue