hide approval status after approval
This commit is contained in:
@@ -466,6 +466,7 @@
|
|||||||
$post.data("flags", $post.data("flags").replace(/pending/, ""));
|
$post.data("flags", $post.data("flags").replace(/pending/, ""));
|
||||||
$post.removeClass("post-status-pending");
|
$post.removeClass("post-status-pending");
|
||||||
Danbooru.notice("Approved post #" + post_id);
|
Danbooru.notice("Approved post #" + post_id);
|
||||||
|
$("#pending-approval-notice").hide();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user