2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2023-02-10 19:15:54 +01:00
parent 582cb35ae4
commit 4a6069a545

View File

@@ -202,7 +202,7 @@ function check_events() {
return 1;
} else {
console.log("Cancel check_events and timer. Useless because javascript Notification.permission is "+Notification.permission+" (blocked manualy or web site is not https).");
console.log("Cancel check_events. Check is useless because javascript Notification.permission is "+Notification.permission+" (blocked manualy or web site is not https).");
return 2; // We return a positive so the repeated check will done even if authroization is not yet allowed may be after this check)
}