This commit is contained in:
Toks
2013-04-05 19:06:17 -04:00
parent 803fbeada8
commit 8a50e0ccff
3 changed files with 8 additions and 2 deletions

View File

@@ -110,6 +110,11 @@
Danbooru.Post.nav_next();
e.preventDefault();
});
$(document).bind("keydown.f", function(e) {
$("#add-to-favorites").filter(":visible").trigger("click");
e.preventDefault();
});
}
$(document).bind("keydown.s", function(e) {