summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-02 17:07:15 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-02 17:07:15 +0700
commitf37e309335f712587db441ab4ce3b4509efcf9c9 (patch)
tree612426eb3c00baf911b48aba25f35e43909e6cc8 /frontend
parentb4db8e15de64d420d617e333323ebcc863c10742 (diff)
debug + placeholder
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.js2
-rw-r--r--frontend/timer/index.html2
2 files changed, 3 insertions, 1 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) {
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 @@
<body>
<div class="section-container row bg-1" style="height: 164px;">
<span id="logo">Victoria Hall<br>LaundryWeb</span>
- <span id="logo-id">H1</span>
+ <span id="logo-id">H?</span>
</div>
<div class="section-container row bg-2" style="padding: 8px; gap: 8px;">
<button class="button button-tab bg-3" disabled>Timer</button>