diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:54:42 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 19:54:42 +0700 |
| commit | 08179aaf994cf0f83814851168a1e6bdd801dfae (patch) | |
| tree | 048a795d7564dcbd5f0eb1a201850ba8da0aac83 /frontend/main.js | |
| parent | fe2a1131566bf88c1f4cc3ab2a65612ad707edca (diff) | |
d
Diffstat (limited to 'frontend/main.js')
| -rw-r--r-- | frontend/main.js | 1 |
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() + "%"; |
