Files
danbooru/app/views/comments/create.js.erb
2013-04-28 00:04:52 -07:00

2 lines
186 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)) %>");