Ajout du tag sur la notification HTML5

This commit is contained in:
plopoyop
2014-09-18 15:29:16 +02:00
parent 0c012b006c
commit bafe851f90

View File

@@ -860,7 +860,8 @@ function notifs_html5_show(nb) {
var notification = new window.Notification(str_notif_title_articles, {
icon: "../themes/icons/favicon-256.png",
body: str_notif_body_articles.replace("\d", nb)
body: str_notif_body_articles.replace("\d", nb),
tag: "freshRssNewArticles"
});
notification.onclick = function() {