0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-16 09:01:50 +00:00
ensl.org/app/views/comments/create.js.erb
Luke Barratt 005a16b484 Tests passing with redesign
Improved layout slightly to match grid
2014-04-17 08:55:19 +01:00

2 lines
123 B
Text

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