diff options
| author | 2014-09-18 16:23:03 +0200 | |
|---|---|---|
| committer | 2014-09-18 16:23:03 +0200 | |
| commit | 45d2524a821b1bb99ccb5a96608faa90df03db4a (patch) | |
| tree | b17fd281a2d5f08ec9c208039f5501fa983f2e2d /p | |
| parent | 9a9d7a5a315eb34bb83442c2967fe271d500db89 (diff) | |
| parent | ffbee0d59cd5029d9580716e584baf1a0d8346f7 (diff) | |
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 2650d6045..b2ca90c5b 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -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() { |
