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