Wenn SID angegeben, dann die SID wieder in die URL schreiben
Version agepasst Lokale Testeinstelleung (lauch.json) angepasst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user