diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 17:51:22 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 17:51:22 +0700 |
| commit | 61c89b7db984cb16f2d88a5b3326bdb1dfdc4069 (patch) | |
| tree | ba11a18023491b272644048df243d8a312ba624e /frontend/start.js | |
| parent | 84ef4a0d051d180724ebc38b474aa2a355427607 (diff) | |
debug
Diffstat (limited to 'frontend/start.js')
| -rw-r--r-- | frontend/start.js | 2 |
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"); |
