forgot quotes

This commit is contained in:
Lightforger
2013-05-16 20:53:01 +03:00
parent 6a6d0646bf
commit 55ceb19244

View File

@@ -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();