diff options
| -rw-r--r-- | frontend/start.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/start.js b/frontend/start.js index f737a47..2e71655 100644 --- a/frontend/start.js +++ b/frontend/start.js @@ -35,7 +35,7 @@ const startbtn = document.getElementById("startbtn"); cookie = await cookieStore.get("subscription_endpoint"); if (cookie) { - notif.style.display = "none"; + startbtn.disabled = false; } })(); |
