From 0e114f91f46c626ee595a0aa2ee3bf41078e9f8d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 6 Nov 2016 10:00:50 -0800 Subject: [PATCH] [ticket/14855] Remove notification bubble on mark all read PHPBB3-14855 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index e3780f024a..2e49b5de26 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -134,7 +134,7 @@ phpbb.markNotifications = function($popup, unreadCount) { $('strong', '#notification_list_button').html(unreadCount); // Remove the Mark all read link if there are no unread notifications. if (!unreadCount) { - $('#mark_all_notifications').remove(); + $('#mark_all_notifications, #notification_list_button > strong').remove(); } // Update page title