diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-09 22:11:10 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-09 22:11:10 +0800 |
| commit | 85afbb89dd1ab32583b77a530f14c338fff0b29d (patch) | |
| tree | 21c75713c6ef9b0cc8d8591d5686e8a97fb949c6 /frontend/index.html | |
| parent | 36a1e21e3d85fd1faa70a60b1515826a551d2e28 (diff) | |
ajkhfsdjhkfdsa
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/frontend/index.html b/frontend/index.html index f4768c2..f40c70c 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -24,15 +24,6 @@ </div> <a href="mailto:dev@altafcreator.com" class="feedback"><span>✉️ Bugs? Feedback?</span></a> <script src="/main.js"></script> - <script> - (async () => { - const timers = await fetchTimers(); - if (Array.isArray(timers[1]) && timers[1].length > 0) { - window.location.href = './timer/'; - } else { - window.location.href = './status/'; - } - })(); - </script> + <script src="/index.js"></script> </body> </html> |
