add notice for approving posts with shift+o

This commit is contained in:
r888888888
2014-06-03 14:28:33 -07:00
parent b99ba4a088
commit d019389043

View File

@@ -465,6 +465,7 @@
var $post = $("#post_" + post_id);
$post.data("flags", $post.data("flags").replace(/pending/, ""));
$post.removeClass("post-status-pending");
Danbooru.notice("Approved post #" + post_id);
}
}
});