Skip to content

Commit

Permalink
forgot quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightforger committed May 16, 2013
1 parent 6a6d064 commit 55ceb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/notes.js
Expand Up @@ -479,7 +479,7 @@ Danbooru.Note = {
Danbooru.Note.new(e.pageX - offset.left, e.pageY - offset.top);
}
Danbooru.Note.TranslationMode.stop();
$("#note-container").css(visibility, 'visible');
$("#note-container").css('visibility', 'visible');
e.stopPropagation();
e.preventDefault();

Expand Down

0 comments on commit 55ceb19

Please sign in to comment.