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 ++ frontend/timer/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend') 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) { diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 6405843..f99b881 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -21,7 +21,7 @@
- H1 + H?
-- cgit v1.2.3