resize inner border on create
This commit is contained in:
@@ -738,6 +738,11 @@ Danbooru.Note = {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
$("#note-container").append(fragment);
|
$("#note-container").append(fragment);
|
||||||
|
if (Danbooru.Note.embed) {
|
||||||
|
$.each($(".note-box"), function(i, note_box) {
|
||||||
|
Danbooru.Note.Box.resize_inner_border($(note_box));
|
||||||
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user