diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 4 | ||||
| -rw-r--r-- | frontend/start.js | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/frontend/main.js b/frontend/main.js index 7e1864b..04368f9 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -123,6 +123,10 @@ async function updateMachines() { } } + console.log(machineDetailImgs); + console.log(machineDetailTitles); + console.log(machineDetailDescs); + const status = await checkMachineStatus(); console.log(status); 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"); |
