diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-11-29 23:57:36 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-11-29 23:57:36 +0700 |
| commit | bcbb093cafa0445be9d53513cc4702308139faca (patch) | |
| tree | aebe0dbbd5e63d1f7b56e5b00724df75fa66b9cb /frontend/main.js | |
| parent | ec0e79e779e012ed66b5690cd5629745bcf8f3cc (diff) | |
oops forgot about this timers line
Diffstat (limited to 'frontend/main.js')
| -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 = [] |
