diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:07:15 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:07:15 +0700 |
| commit | f37e309335f712587db441ab4ce3b4509efcf9c9 (patch) | |
| tree | 612426eb3c00baf911b48aba25f35e43909e6cc8 /frontend/main.js | |
| parent | b4db8e15de64d420d617e333323ebcc863c10742 (diff) | |
debug + placeholder
Diffstat (limited to 'frontend/main.js')
| -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 5029a8c..f22c2d7 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -160,6 +160,8 @@ async function updateMachines() { // --- current timers async function startLoadTimers() { + information(); + const timersData = await fetchTimers(); if (timersData[0] != 200) { |
