summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.js')
-rw-r--r--frontend/main.js2
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) {