Files
danbooru/app/views/comments/create.js.erb
2011-08-16 18:47:01 -04:00

1 line
185 B
Plaintext

$("div.comments-for-post[data-post-id=<%= @comment.post_id %>] div.list-of-comments").append("<%= escape_javascript(render('comments/partials/show/comment', :comment => @comment)) %>");