forgot quotes
This commit is contained in:
@@ -479,7 +479,7 @@ Danbooru.Note = {
|
|||||||
Danbooru.Note.new(e.pageX - offset.left, e.pageY - offset.top);
|
Danbooru.Note.new(e.pageX - offset.left, e.pageY - offset.top);
|
||||||
}
|
}
|
||||||
Danbooru.Note.TranslationMode.stop();
|
Danbooru.Note.TranslationMode.stop();
|
||||||
$("#note-container").css(visibility, 'visible');
|
$("#note-container").css('visibility', 'visible');
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user