Hide the flags and appeals notices after approving post.

This commit is contained in:
evazion
2017-06-04 10:07:42 -05:00
parent 3880fbe13e
commit 4fe97a8218

View File

@@ -8,7 +8,7 @@ $("#c-posts #approve").hide();
$("#c-posts #disapprove").hide();
$("#c-posts #flag").show();
$("#pending-approval-notice").hide();
$("#pending-approval-notice, .notice-flagged, .notice-appealed").hide();
$("#c-moderator-post-queues #post-<%= @approval.post.id %>").hide();
Danbooru.notice("Post was approved");