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

3 lines
116 B
Text
Raw Normal View History

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