summaryrefslogtreecommitdiff
path: root/frontend/start.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/start.js')
-rw-r--r--frontend/start.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/start.js b/frontend/start.js
index 028e861..b290bc0 100644
--- a/frontend/start.js
+++ b/frontend/start.js
@@ -33,6 +33,8 @@ async function requestPermission() {
(async () => {
const timers = await fetchTimers();
+ console.log("timers: (start.js) " + timers);
+
const existingPanel = document.getElementById("existing-laundry-panel");
const existingText = document.getElementById("existing-laundry-text");