mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-07 10:20:46 +00:00
2549698a6d
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)) %>");
|