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();
});

View File

@@ -32,7 +32,6 @@
<li><kbd class="key">shift</kbd>+<kbd class="key">f</kbd> Unfavorite post</li>
<li><kbd class="key">g</kbd> Add post to favorite group</li>
<li><kbd class="key">1</kbd>, <kbd class="key">2</kbd>, <kbd class="key">3</kbd>... Add post to favorite group #N</li>
<li><kbd class="key">r</kbd> Go to random post</li>
<li><kbd class="key">v</kbd> Toggle between sample and full size</li>
</ul>
</section>