This commit is contained in:
albert
2013-02-17 14:18:26 -05:00
parent ff68644a2e
commit 625a5563ed

View File

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