1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed remote messages

This commit is contained in:
Luke Pulverenti 2013-08-28 01:17:26 -04:00
parent c1819ff31f
commit 9d71b16123
2 changed files with 5 additions and 1 deletions

View file

@ -122,6 +122,10 @@ var WebNotifications = {
});
}
}
},
supported: function() {
return window.Notification || window.webkitNotifications;
}
};