Files
fetsite/app/views/comments/create.js.erb
2015-08-01 01:03:01 +02:00

3 lines
200 B
Plaintext

$("#<%= Comment.formid_for(@comment.parent) %>").html("")
$("#<%= Comment.wrapid_for(@comment.commentable) %>").html("<%= escape_javascript render partial:"comments/comments", object: @comments %>")