This commit is contained in:
r888888888
2014-05-22 17:50:41 -07:00
committed by Toks
parent 82f771834e
commit 4b7941cc95
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
});
if ($("#image").length) {
$(document).bind("keypress", "shift+o", function(e) {
Danbooru.Post.approve(Danbooru.meta("post-id"));
});
$(document).bind("keypress", "shift+e", function(e) {
if (!$("#edit-dialog").length) {
$("#edit").show();