mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(notify) rm " "
This commit is contained in:
parent
834f565a7d
commit
b79011f1b0
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ var Util, DOM;
|
|||
|
||||
if (notifications && granted && Show) {
|
||||
notify = new Notification(msg, {
|
||||
icon: '/img/favicon/favicon-notify.png',
|
||||
icon: '/img/favicon/favicon-notify.png'
|
||||
});
|
||||
|
||||
Events.addClick(notify, focus);
|
||||
|
|
@ -43,7 +43,7 @@ var Util, DOM;
|
|||
};
|
||||
|
||||
this.check = function () {
|
||||
var ret,
|
||||
var ret,
|
||||
Not = Notification,
|
||||
perm = Not && Not.permission;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue