3 lines
200 B
Plaintext
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 %>")
|