Merge branch 'master' of github.com:r888888887/danbooru

This commit is contained in:
r888888888
2013-04-19 15:21:50 -07:00

View File

@@ -449,7 +449,6 @@ Danbooru.Note = {
$("#note-container").append($note_body);
$note_body.data("original-body", text);
Danbooru.Note.Box.scale($note_box);
Danbooru.Note.Box.resize_inner_border($note_box);
Danbooru.Note.Body.set_text($note_body, text);
},