forked from bofh/fetsite
3 lines
210 B
Plaintext
3 lines
210 B
Plaintext
$("#<%= divid_for(@comment.parent_object,"newform") %>").html("")
|
|
$("#<%= Comment.wrapid_for(@comment.parent_object) %>").html("<%= escape_javascript render partial:"comments/comments", object: @comments %>")
|