diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index f4519bf7aa..3c5e1a1c12 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -79,6 +79,7 @@ $('#qr_full_editor').click(function() { // Toggle notification list $('#notification_list_button').click(function() { $('#notification_list').toggle(); + return false; }); $('#phpbb').click(function(e) { var target = e.target; diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 069c39aaae..aec754c444 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -150,7 +150,7 @@ function marklist(id, name, state) - [ {NOTIFICATIONS_COUNT} ] • + [ {NOTIFICATIONS_COUNT} ] •
{L_NOTIFICATIONS}