7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
$("#forum_post_body").val(<%= raw @forum_post.body.to_json %>);
|
|
$("#new-topic-response").show();
|
|
|
|
$('html, body').animate({
|
|
scrollTop: $("#forum_post_body").offset().top - 100
|
|
}, 500);
|