summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 19:53:08 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 19:53:08 +0700
commit1b2a7f5069ddaa52a81fd83e12f7925de5e9e7f2 (patch)
tree1db47df0fb38dba66bbcf40185e92fef39b20cee /frontend/main.js
parentaf626d65d92d8c3d50a6067abd505fc257dc6386 (diff)
holy shit another bug
Diffstat (limited to 'frontend/main.js')
-rw-r--r--frontend/main.js2
1 files changed, 1 insertions, 1 deletions
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"]));
}