2
0
forked from Wavyzz/dolibarr

Clean code

This commit is contained in:
Laurent Destailleur
2023-04-30 03:10:20 +02:00
parent 404940a14e
commit 382f45ec14
31 changed files with 95 additions and 63 deletions

View File

@@ -75,7 +75,7 @@ if ("Notification" in window) {
/* Check if permission ok */
if (Notification.permission !== "granted") {
console.log("Ask Notification.permission");
Notification.requestPermission()
Notification.requestPermission();
}
/* Launch timer */