Prechádzať zdrojové kódy

Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev

Marien Fressinaud 11 rokov pred
rodič
commit
45d2524a82
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      p/scripts/main.js

+ 2 - 1
p/scripts/main.js

@@ -860,7 +860,8 @@ function notifs_html5_show(nb) {
 
 
 	var notification = new window.Notification(str_notif_title_articles, {
 	var notification = new window.Notification(str_notif_title_articles, {
 		icon: "../themes/icons/favicon-256.png",
 		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() {
 	notification.onclick = function() {