tweaks to comment/forum css, fix forum post response js

This commit is contained in:
albert
2013-02-18 11:19:52 -05:00
parent 2fa5fb6738
commit cf6996ee9a
4 changed files with 27 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
$("#forum_post_body").val(<%= raw @forum_post.body.to_json %>);
$("#new-topic-response").show();
$("#topic-response").show();
$('html, body').animate({
scrollTop: $("#forum_post_body").offset().top - 100