diff options
| author | 2017-01-23 09:05:13 +0100 | |
|---|---|---|
| committer | 2017-01-23 09:05:13 +0100 | |
| commit | c281d6a43c45c955151d51a6303f38d0000aa488 (patch) | |
| tree | 86a9dbf9052d5a55603a65ba1db2f74cfa6a7d65 /p/scripts | |
| parent | 7a215f9de9d6ee4f9bb558d00f33f15eaee81ab1 (diff) | |
Update main.js
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/scripts/main.js b/p/scripts/main.js index 4799bad45..ff1753b5f 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -935,8 +935,8 @@ function notifs_html5_show(nb) { notification.onclick = function() { window.location.reload(); - window.focus(); - notification.close(); + window.focus(); + notification.close(); }; if (context.html5_notif_timeout !== 0) { |
