multiple changes WIP WIP NIT WORKING

This commit is contained in:
rxf
2023-06-01 15:55:04 +02:00
parent b485c08227
commit c32761ed46
9 changed files with 106 additions and 52 deletions
+2 -3
View File
@@ -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)
}
}