resize inner border on create

This commit is contained in:
r888888888
2015-02-05 18:21:28 -08:00
parent 4aa89eb6ff
commit 0c00bba65d

View File

@@ -738,6 +738,11 @@ Danbooru.Note = {
);
});
$("#note-container").append(fragment);
if (Danbooru.Note.embed) {
$.each($(".note-box"), function(i, note_box) {
Danbooru.Note.Box.resize_inner_border($(note_box));
});
}
}
}