Merge pull request #1409 from Crupuk/patch-1

Switch to FreshRss tab
pull/1413/head
Alexandre Alapetite 8 years ago committed by GitHub
commit bb69a960b2
  1. 2
      p/scripts/main.js

@ -935,6 +935,8 @@ function notifs_html5_show(nb) {
notification.onclick = function() { notification.onclick = function() {
window.location.reload(); window.location.reload();
window.focus();
notification.close();
}; };
if (context.html5_notif_timeout !== 0) { if (context.html5_notif_timeout !== 0) {

Loading…
Cancel
Save