Fix #3622: Approval links on mod queue have same ID attribute.

This commit is contained in:
evazion
2018-04-12 21:48:09 -05:00
parent 611dacfd22
commit e4096460eb
2 changed files with 5 additions and 5 deletions

View File

@@ -223,7 +223,7 @@
if (Danbooru.meta("current-user-can-approve-posts") === "true") {
Danbooru.keydown("shift+o", "approve", function(e) {
$("#quick-mod-approve").click();
$(".approve-link").click();
});
}