Unneeded resize

Duplicate, and in a rare case, faulty.
The only resize needed is the one on first mouseover.
This commit is contained in:
Lightforger
2013-05-06 11:56:52 +03:00
parent d196458b25
commit 16a6c830ce

View File

@@ -594,7 +594,6 @@ Danbooru.Note = {
$note_body.html("<em>Click to edit</em>");
$("#note-container").append($note_box);
$("#note-container").append($note_body);
Danbooru.Note.Body.resize($note_body);
Danbooru.Note.Box.resize_inner_border($note_box);
Danbooru.Note.id += "x";
},