mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 09:30:34 +01:00
[ticket/14855] Remove notification bubble on mark all read
PHPBB3-14855
This commit is contained in:
parent
af2bf4ef36
commit
0e114f91f4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user