mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
63ec5d86fa
Improved article and comment styling
2 lines
116 B
Text
2 lines
116 B
Text
$(".comment-form").hide();
|
|
$("#comments").append("<%= escape_javascript(render("comment", comment: @comment)) %>");
|