diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 18:25:39 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 18:25:39 +0700 |
| commit | a0c09a8a9060a49ce2b1dcfeff786e780a62ea05 (patch) | |
| tree | 83db074c66205a12310b93c8a31d34704e9fdcd9 /frontend/index.html | |
| parent | 603d70b13168af33a04b376224a14b97288debe5 (diff) | |
arr
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index fcb0c2f..8dee2d1 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -38,7 +38,8 @@ <script> (async () => { const timers = await fetchTimers(); - if (timers.length > 0) { + alert(timers[1]); + if (Array.isArray(timers[1]) && timers[1].length > 0) { window.location.href = './timer/'; } else { window.location.href = './status/'; |
