ensl.org/app/views/comments/create.js.erb

3 lines
123 B
Text
Raw Normal View History

$(".comment-form").hide();
$("#comments-thread").append("<%= escape_javascript(render("comment", comment: @comment)) %>");