From 16c3515d1ad083b3c2c9ec273fe58577aa16e091 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Mon, 29 Dec 2025 21:24:16 +0800 Subject: backend hopefully full implementation of new push subscription thing --- frontend/permissionrequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/permissionrequest.js') diff --git a/frontend/permissionrequest.js b/frontend/permissionrequest.js index f80c567..97258d9 100644 --- a/frontend/permissionrequest.js +++ b/frontend/permissionrequest.js @@ -1,7 +1,7 @@ const notif = document.getElementById("notif-panel"); const notbtn = document.getElementById("notbtn"); -console.log("notbtn") + notbtn.addEventListener("click", () => requestPermission()) async function requestPermission() { -- cgit v1.2.3