소스 검색

chat fixes 3

causefx 8 년 전
부모
커밋
fb1c19a083
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);