* Remove Dtext import (no longer used). * Remove create.js.erb template (not used). * Don't hide `#hidden-comments-notice-for-...` (didn't exist).
6 lines
356 B
Plaintext
6 lines
356 B
Plaintext
$("#threshold-comments-notice-for-<%= @post.id %>").hide();
|
|
|
|
var current_comment_section = $("div.comments-for-post[data-post-id=<%= @post.id %>] div.list-of-comments");
|
|
current_comment_section.html("<%= j(render(:partial => 'comments/partials/show/comment', :collection => @comments))%>");
|
|
$(window).trigger("danbooru:index_for_post", [<%= @post.id %>]);
|