modqueue: move url from /moderator/post/queue to /modqueue.
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<% else %>
|
||||
if ($("#c-posts #a-show").length) {
|
||||
location.reload();
|
||||
} else if ($("#c-moderator-post-queues").length) {
|
||||
$("#c-moderator-post-queues #post-<%= @approval.post.id %>").hide();
|
||||
} else if ($("#c-modqueue").length) {
|
||||
$("#c-modqueue #post-<%= @approval.post.id %>").hide();
|
||||
Danbooru.notice("Post was approved");
|
||||
}
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user