diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index 52c191d..d9fb759 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -121,6 +121,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; $('.chatMessage ul').append(li); } + $('.chatMessage').animate({scrollTop: $('.chatMessage ul').height()}, 10000); } }; })(jQuery, document); \ No newline at end of file