forked from Wavyzz/dolibarr
Clean code
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user