aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-11-06 10:00:50 -0800
committerMatt Friedman <maf675@gmail.com>2016-11-06 10:00:50 -0800
commit0e114f91f46c626ee595a0aa2ee3bf41078e9f8d (patch)
treea8d0795aa2651055f6d532bbd0d36cdf8399c08f /phpBB/styles/prosilver
parentaf2bf4ef3662fbc7e84d36e9f638317d3d28123d (diff)
downloadforums-0e114f91f46c626ee595a0aa2ee3bf41078e9f8d.tar
forums-0e114f91f46c626ee595a0aa2ee3bf41078e9f8d.tar.gz
forums-0e114f91f46c626ee595a0aa2ee3bf41078e9f8d.tar.bz2
forums-0e114f91f46c626ee595a0aa2ee3bf41078e9f8d.tar.xz
forums-0e114f91f46c626ee595a0aa2ee3bf41078e9f8d.zip
[ticket/14855] Remove notification bubble on mark all read
PHPBB3-14855
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/ajax.js2
1 files changed, 1 insertions, 1 deletions
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