/uploads/new: autopopulate commentary from /source.json.

This commit is contained in:
evazion
2017-05-01 21:28:59 -05:00
parent a2a6a0ce27
commit 7a656f790d

View File

@@ -103,6 +103,9 @@
$("#gallery-warning").hide();
}
$("#upload_artist_commentary_title").val(data.artist_commentary.dtext_title);
$("#upload_artist_commentary_desc").val(data.artist_commentary.dtext_description);
$("#source-info span#loading-data").hide();
$("#source-info ul").show();
}