diff --git a/modules/chat/chat.output.php b/modules/chat/chat.output.php index 3eaa83e..f23010b 100644 --- a/modules/chat/chat.output.php +++ b/modules/chat/chat.output.php @@ -651,7 +651,7 @@ function inmeta2(){ } socket.onclose = function(){ console.log('CLOSE'); - $('#chatlog').append('Disconnected!'); + $('#chatlog').append('Disconnected!'); window.onbeforeunload = null; if(as!=false){ $('#chatlog').slimscroll({ scrollBy : '5000px' });