remove 'r' shortcut references for post listing

This commit is contained in:
r888888888
2017-10-30 14:51:05 -07:00
parent 32ff7de6d8
commit 2260d024b7
2 changed files with 1 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
});
}
if ($("#c-posts #a-index, #c-posts #a-show, #c-favorites #a-index").length) {
if ($("#c-posts #a-index, #c-favorites #a-index").length) {
Danbooru.keydown("r", "random", function(e) {
$("#random-post")[0].click();
});