diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:53:08 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:53:08 +0700 |
| commit | 1b2a7f5069ddaa52a81fd83e12f7925de5e9e7f2 (patch) | |
| tree | 1db47df0fb38dba66bbcf40185e92fef39b20cee /frontend | |
| parent | af626d65d92d8c3d50a6067abd505fc257dc6386 (diff) | |
holy shit another bug
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 2 |
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"])); } |
