This commit is contained in:
Ross
2021-10-31 18:45:21 +00:00
parent aa79e99ac7
commit 13f844f89e
+2 -1
View File
@@ -91,10 +91,11 @@
}
function updateFileList() {
// Why do we update everything here?
$("#drop-filenames").empty()
$(".temp-thumb").remove()
$("#image_form_set input[type=file]").each((n, el) => {
console.log(el);
$(el).find(".temp-thumb").remove()
if (el.files.length > 0) {
extra_class = " image-ident-loading";
if ($(el).hasClass("image-ident-warning")) {