forum js fix

This commit is contained in:
albert
2013-02-17 14:28:12 -05:00
parent 625a5563ed
commit 20030b0002

View File

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