diff options
| author | 2017-01-23 14:37:10 +0100 | |
|---|---|---|
| committer | 2017-01-23 14:37:10 +0100 | |
| commit | bb69a960b295384c3fcf5f4e0091603c997ae5ca (patch) | |
| tree | 289f35e09c2473f9066db6d2fe439402b6899205 /p/scripts | |
| parent | d8dd628de81bbd6fbad989105af5b41427207726 (diff) | |
| parent | c281d6a43c45c955151d51a6303f38d0000aa488 (diff) | |
Merge pull request #1409 from Crupuk/patch-1
Switch to FreshRss tab
Diffstat (limited to 'p/scripts')
| -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) { |
