summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-29 23:57:36 +0700
committeraltaf-creator <dev@altafcreator.com>2025-11-29 23:57:36 +0700
commitbcbb093cafa0445be9d53513cc4702308139faca (patch)
treeaebe0dbbd5e63d1f7b56e5b00724df75fa66b9cb /frontend
parentec0e79e779e012ed66b5690cd5629745bcf8f3cc (diff)
oops forgot about this timers line
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js2
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 = []