V 3.2.1 Zugriff auf ttIndex repariert
Version angepasst deploy.sh dazu
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user