diff options
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> |
