diff options
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/main.js b/frontend/main.js index e20a467..7ed3b9c 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -141,6 +141,8 @@ async function startLoadTimers() { return; } + const timers = timersData[1]; + const container = document.getElementById("timer-container") const textList = [] |
