diff options
| -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 = [] |
