fixes #1773
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
$(function() {
|
||||
if ($(".paginator").length && (Danbooru.meta("enable-js-navigation") === "true")) {
|
||||
$(document).bind("keydown.d", Danbooru.Paginator.next_page);
|
||||
$(document).bind("keydown.a", Danbooru.Paginator.prev_page);
|
||||
$(document).bind("keydown", "d", Danbooru.Paginator.next_page);
|
||||
$(document).bind("keydown", "a", Danbooru.Paginator.prev_page);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user