From 9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc Mon Sep 17 00:00:00 2001
From: Matt Friedman <maf675@gmail.com>
Date: Sun, 6 Nov 2016 16:12:39 -0800
Subject: [PATCH] [ticket/14855] Update the comments

PHPBB3-14855
---
 phpBB/styles/prosilver/template/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
 	}