summaryrefslogtreecommitdiff
path: root/frontend/permissionrequest.js
blob: 97258d939746eefce957477fd2eec7b71a2737ec (plain)
1
2
3
4
5
6
7
8
9
const notif = document.getElementById("notif-panel");
const notbtn = document.getElementById("notbtn");



notbtn.addEventListener("click", () => requestPermission())
async function requestPermission() {
	subscribe()
}