aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-11-06 16:12:39 -0800
committerMatt Friedman <maf675@gmail.com>2016-11-06 16:12:39 -0800
commit9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc (patch)
tree6dacbfb8f9e0ec95ac0906b2575774dab6d91da8 /phpBB/styles/prosilver/template/ajax.js
parent0e114f91f46c626ee595a0aa2ee3bf41078e9f8d (diff)
downloadforums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar
forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.gz
forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.bz2
forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.xz
forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.zip
[ticket/14855] Update the comments
PHPBB3-14855
Diffstat (limited to 'phpBB/styles/prosilver/template/ajax.js')
-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 2e49b5de26..311da92a95 100644
--- a/phpBB/styles/prosilver/template/ajax.js
+++ b/phpBB/styles/prosilver/template/ajax.js
@@ -132,7 +132,7 @@ phpbb.markNotifications = function($popup, unreadCount) {
// Update the unread count.
$('strong', '#notification_list_button').html(unreadCount);
- // Remove the Mark all read link if there are no unread notifications.
+ // Remove the Mark all read link & notification count if there are no unread notifications.
if (!unreadCount) {
$('#mark_all_notifications, #notification_list_button > strong').remove();
}