add notification when mail is enabled

This commit is contained in:
Balthasar Schachtner 2020-06-17 08:49:41 +02:00
parent 1eaf73f92d
commit 202af74e4c

1
owa.js
View file

@ -11,6 +11,7 @@
Notification.requestPermission().then(function(result) { Notification.requestPermission().then(function(result) {
console.log(result); console.log(result);
var n = new Notification("Notifications enabled!", {icon:img});
}); });
notified = 0 notified = 0