diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 18:08:47 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 18:08:47 +0700 |
| commit | 4ceb94593102ddd092b05bb1c0d4ef95962b71e3 (patch) | |
| tree | d6789a7583c33530ebbad90afabf58e9ff60cd11 /frontend | |
| parent | d728a4cbabcdc884f6fee33326bb3eaf03380783 (diff) | |
debug. why no work?
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/main.js b/frontend/main.js index 7e08474..85efa11 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -167,6 +167,8 @@ async function updateMachines() { if (machineDetailImgs[0]) machineTxts[i].innerHTML = "Idle" } } + + console.log("done"); } // --- current timers |
