summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 18:31:21 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 18:31:21 +0700
commit2e76f7ef291d5a70286f7b53208c607acb956023 (patch)
tree674b4341f93eea8ead0e82984ca8eb41a16c5ad2 /frontend/index.html
parenta0c09a8a9060a49ce2b1dcfeff786e780a62ea05 (diff)
oops forgot to remove alert()
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 8dee2d1..642ff71 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -38,7 +38,6 @@
<script>
(async () => {
const timers = await fetchTimers();
- alert(timers[1]);
if (Array.isArray(timers[1]) && timers[1].length > 0) {
window.location.href = './timer/';
} else {