diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 2 | ||||
| -rw-r--r-- | frontend/timer/index.html | 2 |
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> |
