diff options
| author | 2017-02-25 10:20:35 +0100 | |
|---|---|---|
| committer | 2017-02-25 10:20:35 +0100 | |
| commit | 3684d201bda997fdbfd4460dae92100ee47dd7ef (patch) | |
| tree | 820d753f57c1c5ce455cbb9a68332be681fe5882 /p | |
| parent | 2d097bc855dbd1ad06c7c306c05e78a198209084 (diff) | |
| parent | 30ba0753e3fbb7417766f72010c7dd700567bf64 (diff) | |
Merge remote-tracking branch 'FreshRSS/dev' into dev
Diffstat (limited to 'p')
| -rw-r--r-- | p/scripts/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 14e0c5be5..ff1753b5f 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -935,6 +935,8 @@ function notifs_html5_show(nb) { notification.onclick = function() { window.location.reload(); + window.focus(); + notification.close(); }; if (context.html5_notif_timeout !== 0) { |
