From f37e309335f712587db441ab4ce3b4509efcf9c9 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 2 Dec 2025 17:07:15 +0700 Subject: debug + placeholder --- frontend/main.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/main.js') 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) { -- cgit v1.2.3