multiple changes WIP WIP NIT WORKING
This commit is contained in:
@@ -15,10 +15,9 @@ export const showDate = (sofort, params) => {
|
||||
let start = 1
|
||||
console.log(params.refreshRate, 'Minuten um, Grafik wird erneuert');
|
||||
let ct = getCurrentTab()
|
||||
if (ct === 'maptab') {
|
||||
start = 0
|
||||
if (ct !== 'maptab') {
|
||||
loadAll(params, start)
|
||||
}
|
||||
loadAll(params, start)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user