summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 19:54:42 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 19:54:42 +0700
commit08179aaf994cf0f83814851168a1e6bdd801dfae (patch)
tree048a795d7564dcbd5f0eb1a201850ba8da0aac83 /frontend
parentfe2a1131566bf88c1f4cc3ab2a65612ad707edca (diff)
d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/main.js b/frontend/main.js
index f960125..80f6146 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -257,6 +257,7 @@ async function startLoadTimers() {
text.innerText += seconds.toString().padStart(2, '0');
const prog = document.getElementById(progList[i]);
+ console.log(prog);
const totalTime = endTimestamps - startTimestamps;
prog.style.width = ((timeRemaining / (totalTime / 1000)) * 100).toString() + "%";