Scroll down

pull/397/head
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(); $("#chaticon").hide();
$("#chatbox").show(); $("#chatbox").show();
self.scrollDown();
chatMentions = 0; chatMentions = 0;
document.title = title; document.title = title;
}, },