mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user