This commit is contained in:
r888888888
2013-06-19 14:04:27 -07:00
parent 5c52e68039
commit cf74b592cd
8 changed files with 60 additions and 51 deletions

View File

@@ -669,7 +669,7 @@ $(function() {
if ($("#c-posts").length && $("#a-show").length && $("#image").length) {
if ($("#note-locked-notice").length == 0) {
$("#translate").bind("click", Danbooru.Note.TranslationMode.toggle);
$(document).bind("keydown.n", Danbooru.Note.TranslationMode.toggle);
$(document).bind("keydown", "n", Danbooru.Note.TranslationMode.toggle);
}
Danbooru.Note.load_all();
$("#image").click(Danbooru.Note.Box.toggle_all);