summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 19:53:58 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 19:53:58 +0700
commitfe2a1131566bf88c1f4cc3ab2a65612ad707edca (patch)
treee2f47099afd2d9b7a7d8a9b6f0d205c579efc30a /frontend/main.js
parent1b2a7f5069ddaa52a81fd83e12f7925de5e9e7f2 (diff)
d
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 530b690..f960125 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -228,7 +228,6 @@ async function startLoadTimers() {
textList.push(`timer-txt-${i}`);
progList.push(`timer-prog-${i}`);
- console.log(progList);
endTimestamps.push(Date.parse(timers[i]["end_time"]));
startTimestamps.push(Date.parse(timers[i]["start_time"]));
}
@@ -241,6 +240,7 @@ async function startLoadTimers() {
}
console.log(textList);
+ console.log(progList);
console.log(endTimestamps);
console.log(startTimestamps);