duplicate line

Called exactly the same in .scale
This commit is contained in:
Lightforger
2013-04-19 23:22:49 +03:00
parent 5327ac7820
commit d408386933

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);
},