Scroll down

This commit is contained in:
Robin 2012-02-03 22:52:57 +01:00
parent 79794c0572
commit 28386adbbb
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var chat = (function()
{
$("#chaticon").hide();
$("#chatbox").show();
self.scrollDown();
chatMentions = 0;
document.title = title;
},