hide approval status after approval

This commit is contained in:
r888888888
2014-06-04 17:48:12 -07:00
parent ff789f5b6d
commit 9390844aec

View File

@@ -466,6 +466,7 @@
$post.data("flags", $post.data("flags").replace(/pending/, ""));
$post.removeClass("post-status-pending");
Danbooru.notice("Approved post #" + post_id);
$("#pending-approval-notice").hide();
}
}
});