From ef9b1a0b33159fc75e6ec2968c39fd133be4ea9e Mon Sep 17 00:00:00 2001 From: "Cathy J. Fitzpatrick" Date: Thu, 23 May 2013 07:14:47 -0500 Subject: [PATCH] Update the usercount when receiving new information --- js/client-chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/client-chat.js b/js/client-chat.js index fdaba1cea..1f2b1d763 100644 --- a/js/client-chat.js +++ b/js/client-chat.js @@ -656,6 +656,7 @@ case 'usercount': this.userCount.globalUsers = parseInt(row[1], 10); + this.userList.updateUserCount(); break; case 'formats':