Browse Source

chat fixes 3

causefx 8 năm trước cách đây
mục cha
commit
fb1c19a083
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);