diff options
| author | Matt Friedman <maf675@gmail.com> | 2016-11-06 16:12:39 -0800 | 
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2016-11-06 16:12:39 -0800 | 
| commit | 9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc (patch) | |
| tree | 6dacbfb8f9e0ec95ac0906b2575774dab6d91da8 | |
| parent | 0e114f91f46c626ee595a0aa2ee3bf41078e9f8d (diff) | |
| download | forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.gz forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.bz2 forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.tar.xz forums-9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc.zip  | |
[ticket/14855] Update the comments
PHPBB3-14855
| -rw-r--r-- | phpBB/styles/prosilver/template/ajax.js | 2 | 
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();  	}  | 
