mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/14855] Remove notification bubble on mark all read
PHPBB3-14855
This commit is contained in:
parent
af2bf4ef36
commit
0e114f91f4
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ phpbb.markNotifications = function($popup, unreadCount) {
|
||||||
$('strong', '#notification_list_button').html(unreadCount);
|
$('strong', '#notification_list_button').html(unreadCount);
|
||||||
// Remove the Mark all read link if there are no unread notifications.
|
// Remove the Mark all read link if there are no unread notifications.
|
||||||
if (!unreadCount) {
|
if (!unreadCount) {
|
||||||
$('#mark_all_notifications').remove();
|
$('#mark_all_notifications, #notification_list_button > strong').remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update page title
|
// Update page title
|
||||||
|
|
Loading…
Add table
Reference in a new issue