forum js fix
This commit is contained in:
@@ -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();
|
$("#new-topic-response").show();
|
||||||
|
|
||||||
$('html, body').animate({
|
$('html, body').animate({
|
||||||
|
|||||||
Reference in New Issue
Block a user