Browse Source

chat fixes 3

causefx 8 years ago
parent
commit
fb1c19a083
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chatjs.php

+ 1 - 1
chatjs.php

@@ -561,7 +561,7 @@ $(document).ready(function()
                             }
                         }
                         if(onlinecount > 9 ){ onlinecount = "9-plus"; }
-                        if(newonlineusers === ''){ newonlineusers = "No Users Online";}
+                        if(newonlineusers === ''){ newonlineusers = "No Users Online"; onlinecount = 0;}
                         if( newonlineusers != oldonlineusers )
                         {
                             $("#onlineusers").html(newonlineusers);