forked from MapComplete/MapComplete
Fix: URL-parameter language disables the language picker, fix #1506
This commit is contained in:
parent
aaaf7f4cab
commit
3ca8ba18fd
5 changed files with 36 additions and 5 deletions
|
@ -71,6 +71,9 @@ export class QueryParameters {
|
|||
this.init()
|
||||
return QueryParameters._wasInitialized.has(key)
|
||||
}
|
||||
public static initializedParameters(): ReadonlyArray<string> {
|
||||
return Array.from(QueryParameters._wasInitialized.keys())
|
||||
}
|
||||
|
||||
private static addOrder(key) {
|
||||
if (this.order.indexOf(key) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue