Always use singlepage mode, see #1867

This commit is contained in:
Pieter Vander Vennet 2024-04-03 13:41:32 +02:00
parent d744fd3a42
commit 301398b7a4

View file

@ -546,7 +546,7 @@ export class OsmConnection {
redirect_uri: Utils.runningFromConsole
? "https://mapcomplete.org/land.html"
: window.location.protocol + "//" + window.location.host + "/land.html",
singlepage: !standalone,
singlepage: true,
auto: true
})
}