Fix mod queue "approve all" approving hidden posts

This commit is contained in:
Toks
2014-01-21 15:58:27 -05:00
parent 200ce6e150
commit dae68a9807
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ $("#c-posts #disapprove").hide();
$("#pending-approval-notice").hide();
$("#c-moderator-post-queues #post-<%= @post.id %>").hide();
$("#c-moderator-post-queues #post-<%= @post.id %>").remove();
Danbooru.notice("Post was hidden");
<% end %>