V 3.2.1 Zugriff auf ttIndex repariert

Version angepasst
deploy.sh dazu
This commit is contained in:
2024-09-01 12:58:36 +00:00
parent d9a5631c18
commit e20efeeb4a
3 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ async function onMarkerClick(e, click, txts, params, mpp) {
history.pushState({}, '', `/${params.sid}`)
utils.setCurrentTab('livetab')
spin.spinner.spin(spin.spindiv)
let ok = await showChart(params, ttIndex.live)
let ok = await showChart(params, utils.ttIndex.live)
spin.spinner.stop()
if (ok) {
let triggerEl = document.querySelector(`#livetab`)