forked from MapComplete/MapComplete
Always use singlepage mode, see #1867
This commit is contained in:
parent
d744fd3a42
commit
301398b7a4
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ export class OsmConnection {
|
||||||
redirect_uri: Utils.runningFromConsole
|
redirect_uri: Utils.runningFromConsole
|
||||||
? "https://mapcomplete.org/land.html"
|
? "https://mapcomplete.org/land.html"
|
||||||
: window.location.protocol + "//" + window.location.host + "/land.html",
|
: window.location.protocol + "//" + window.location.host + "/land.html",
|
||||||
singlepage: !standalone,
|
singlepage: true,
|
||||||
auto: true
|
auto: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue