Wenn SID angegeben, dann die SID wieder in die URL schreiben

Version agepasst
Lokale Testeinstelleung (lauch.json) angepasst
This commit is contained in:
2024-08-02 14:15:48 +00:00
parent 3447809f49
commit 8d99c73386
3 changed files with 8 additions and 4 deletions
+5 -1
View File
@@ -190,7 +190,11 @@ import * as utils from "./chart_utilities.js";
params.seldate = 'heute'
}
console.log(currentLang)
history.pushState({}, '', '/')
if (parseInt(sysparams.csid) !== -1) {
history.pushState({}, '', `/${sysparams.csid}`)
} else {
history.pushState({}, '', '/')
}
dt.showDate(true, params)
// and show date/time every minute