chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-01-28 15:42:34 +01:00
parent 6bc8760adf
commit 0ad881316b
359 changed files with 2049 additions and 938 deletions

View file

@ -414,7 +414,7 @@ export default class UserRelatedState {
typeof window === "undefined" ? "no" : window.navigator.share ? "yes" : "no",
_iframe: Utils.isIframe ? "yes" : "no",
})
if(!Utils.runningFromConsole){
if (!Utils.runningFromConsole) {
amendedPrefs.data["_host"] = window.location.host
amendedPrefs.data["_path"] = window.location.pathname
amendedPrefs.data["_userAgent"] = navigator.userAgent
@ -492,7 +492,7 @@ export default class UserRelatedState {
})
const usersettingMetaTagging = new ThemeMetaTagging()
osmConnection.isLoggedIn.addCallbackAndRun(loggedIn => {
osmConnection.isLoggedIn.addCallbackAndRun((loggedIn) => {
amendedPrefs.data["_loggedIn"] = "" + loggedIn
amendedPrefs.ping()
})