diff --git a/modules/chat/chat.output.php b/modules/chat/chat.output.php index f23010b..3eaa83e 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' }); diff --git a/modules/chat/templates/default/chat_full_ws.tpl b/modules/chat/templates/default/chat_full_ws.tpl index 3426f3d..2ebe9bd 100644 --- a/modules/chat/templates/default/chat_full_ws.tpl +++ b/modules/chat/templates/default/chat_full_ws.tpl @@ -5,10 +5,10 @@