minor change

This commit is contained in:
Balthasar Schachtner 2019-03-25 13:02:11 +01:00
parent a6f2f49165
commit f0f0dcf5ef

2
owa.js
View file

@ -30,7 +30,7 @@ window.setInterval(function(){
if (notified !== nMails) { if (notified !== nMails) {
//console.log("OWA: "+nMails+" new mails") //console.log("OWA: "+nMails+" new mails")
var img = 'https://webmail.med.uni-muenchen.de/owa/prem/15.0.1365.1/resources/images/0/favicon.ico'; var img = 'https://webmail.med.uni-muenchen.de/owa/prem/15.0.1365.1/resources/images/0/favicon.ico';
var n = new Notification("New mails on OWA: "+nMails, {icon:img}); var n = new Notification("New mails in your OWA: "+nMails, {icon:img});
notified = nMails notified = nMails
} }
} }