Commit a1a5c02a authored by Nico Schallehn's avatar Nico Schallehn

scrollen eingebaut

parent 6dd9805b
......@@ -76,6 +76,7 @@ else{
while($chat = mysql_fetch_array($result)) {
echo MessageFormat($chat['hideuser'], $chat['admin'], $chat['privat'], $chat['name'], $chat['chat_time'], $chat['nachricht'], $chat['user_id']);
}
$JqueryDo = '$("html, body").animate({ scrollTop: $(document).height() }, "slow");';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment