forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
f77570589d
commit
9b8a9337fd
111 changed files with 2911 additions and 1280 deletions
|
@ -42,11 +42,13 @@
|
|||
undefined,
|
||||
"Used to complete the login"
|
||||
)
|
||||
const fakeUser = UIEventSource.asBoolean( QueryParameters.GetQueryParameter("fake-user", "Test switch for fake login"))
|
||||
const fakeUser = UIEventSource.asBoolean(
|
||||
QueryParameters.GetQueryParameter("fake-user", "Test switch for fake login")
|
||||
)
|
||||
let osmConnection = new OsmConnection({
|
||||
oauth_token,
|
||||
checkOnlineRegularly: true,
|
||||
fakeUser: fakeUser.data
|
||||
fakeUser: fakeUser.data,
|
||||
})
|
||||
const expertMode = UIEventSource.asBoolean(
|
||||
osmConnection.GetPreference("studio-expert-mode", "false", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue