From 1b2a7f5069ddaa52a81fd83e12f7925de5e9e7f2 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 3 Dec 2025 19:53:08 +0700 Subject: holy shit another bug --- frontend/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/main.js b/frontend/main.js index c455d86..530b690 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -228,7 +228,7 @@ async function startLoadTimers() { textList.push(`timer-txt-${i}`); progList.push(`timer-prog-${i}`); - console.log() + console.log(progList); endTimestamps.push(Date.parse(timers[i]["end_time"])); startTimestamps.push(Date.parse(timers[i]["start_time"])); } -- cgit v1.2.3