0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-23 17:51:16 +00:00
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)) %>");