hotkeys: fix shift+r => mark forum as read.
Also fix issue with a note handler being rebound instead of unbound.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
if ($("#c-forum-topics").length) {
|
||||
Danbooru.keydown("shift+r", "mark_all_as_read", function(e) {
|
||||
$("#secondary-links-mark-all-as-read a").click();
|
||||
$("#forum-topic-mark-all-as-read a")[0].click();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user