summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
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() + "%";