.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user