This commit is contained in:
r888888888
2015-06-09 17:37:43 -07:00
parent 5c147aee04
commit c1d220e422

View File

@@ -475,6 +475,7 @@ Danbooru.Note = {
Danbooru.Note.Body.set_text($note_body, $note_box, "Loading...");
$.get("/note_previews.json", {body: text}).success(function(data) {
Danbooru.Note.Body.set_text($note_body, $note_box, data.body);
Danbooru.Note.Box.resize_inner_border($note_box);
$note_body.show();
});
$this.dialog("close");