Show More
@@ -53,7 +53,7 function addQuickReply(postId) { | |||||
53 |
|
53 | |||
54 | function scrollToBottom() { |
|
54 | function scrollToBottom() { | |
55 | var $target = $('html,body'); |
|
55 | var $target = $('html,body'); | |
56 |
$target.animate({scrollTop: $target.height()}, |
|
56 | $target.animate({scrollTop: $target.height()}, "fast"); | |
57 | } |
|
57 | } | |
58 |
|
58 | |||
59 | $('#full-form').toggle(); |
|
59 | $('#full-form').toggle(); |
General Comments 0
You need to be logged in to leave comments.
Login now