mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 14:01:48 +00:00
3 lines
123 B
Text
3 lines
123 B
Text
|
$("div.commentNew").hide();
|
||
|
$("div.comments").append("<%= escape_javascript(render("comment", :comment => @comment)) %>");
|