Layouts and stuffs

This commit is contained in:
genuineparts 2025-06-16 22:47:55 +02:00
parent 7e73fc4956
commit fba5da271d
2 changed files with 3 additions and 3 deletions

View file

@ -651,7 +651,7 @@ function inmeta2(){
}
socket.onclose = function(){
console.log('CLOSE');
$('#chatlog').append('Disconnected!<script language=\"JavaScript\">window.parent.doit=false; window.parent.location=\"//funch.at/\";</script>');
$('#chatlog').append('Disconnected!');
window.onbeforeunload = null;
if(as!=false){
$('#chatlog').slimscroll({ scrollBy : '5000px' });