diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-02 18:12:20 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-02 18:12:20 +0700 |
| commit | dd70b6dfb2dd0627392dbea06b1fcbba9c6cc24c (patch) | |
| tree | 1bda483ac94e01f9bfe3427dc7da0f88b494c2c9 /frontend/main.js | |
| parent | 8a7b95ee563286d69c04fa3aed7c538a6f62d7ec (diff) | |
frontend fuck you?
Diffstat (limited to 'frontend/main.js')
| -rw-r--r-- | frontend/main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js index 629a3cf..742ec8b 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -212,8 +212,9 @@ async function startLoadTimers() { textList.push(`timer-txt-${i}`); progList.push(`timer-prog-${i}`); - startTimestamps.push(Date.parse(timers[i]["start_time"])); + console.log() endTimestamps.push(Date.parse(timers[i]["end_time"])); + startTimestamps.push(Date.parse(timers[i]["start_time"])); } for (let i = 0; i < timers.length; i++) { // html rebuilds everytime innerHTML is modified |
