remove quote link on single forum posts

This commit is contained in:
albert
2013-02-22 15:59:18 -05:00
parent 26b5f3091c
commit d113f0f068
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
$("#forum_post_body").val($("#forum_post_body").val() + <%= raw @forum_post.body.to_json %>);
$("#forum_post_body").val($("#forum_post_body").val() + "\n\n" + <%= raw @forum_post.body.to_json %>);
$("#topic-response").show();
$('html, body').animate({