fixes #923
This commit is contained in:
@@ -476,7 +476,7 @@ Danbooru.Note = {
|
|||||||
$(function() {
|
$(function() {
|
||||||
if ($("#c-posts").length && $("#a-show").length && $("#image").length) {
|
if ($("#c-posts").length && $("#a-show").length && $("#image").length) {
|
||||||
if ($("#note-locked-notice").length == 0) {
|
if ($("#note-locked-notice").length == 0) {
|
||||||
$("#translate").one("click", Danbooru.Note.TranslationMode.start);
|
$("#translate").bind("click", Danbooru.Note.TranslationMode.start);
|
||||||
$(document).bind("keydown.n", Danbooru.Note.TranslationMode.start);
|
$(document).bind("keydown.n", Danbooru.Note.TranslationMode.start);
|
||||||
}
|
}
|
||||||
Danbooru.Note.load_all();
|
Danbooru.Note.load_all();
|
||||||
|
|||||||
Reference in New Issue
Block a user