diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-16 21:04:39 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-16 21:04:39 +0800 |
| commit | d12fd370822675921edc17d9edc40fc6057e8742 (patch) | |
| tree | 07e4a262dfe9a64086a2a03fc8ca4599c8178d54 /frontend/main.js | |
| parent | 8171097196de089bbaa0859a6eff3b88e0ae16fa (diff) | |
remove no timers notice if timers
Diffstat (limited to 'frontend/main.js')
| -rw-r--r-- | frontend/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.js b/frontend/main.js index 41da70f..1e3c996 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -254,6 +254,7 @@ async function startLoadTimers() { const timers = timersData[1]; const container = document.getElementById("timer-container") + if (timers.length > 0) container.innerHTML = ''; const textList = [] const progList = [] |
