From bcbb093cafa0445be9d53513cc4702308139faca Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sat, 29 Nov 2025 23:57:36 +0700 Subject: oops forgot about this timers line --- frontend/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/main.js') 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 = [] -- cgit v1.2.3