From dd70b6dfb2dd0627392dbea06b1fcbba9c6cc24c Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 2 Dec 2025 18:12:20 +0700 Subject: frontend fuck you? --- frontend/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3