.
This commit is contained in:
@@ -91,10 +91,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateFileList() {
|
function updateFileList() {
|
||||||
|
// Why do we update everything here?
|
||||||
$("#drop-filenames").empty()
|
$("#drop-filenames").empty()
|
||||||
$(".temp-thumb").remove()
|
|
||||||
$("#image_form_set input[type=file]").each((n, el) => {
|
$("#image_form_set input[type=file]").each((n, el) => {
|
||||||
console.log(el);
|
console.log(el);
|
||||||
|
$(el).find(".temp-thumb").remove()
|
||||||
if (el.files.length > 0) {
|
if (el.files.length > 0) {
|
||||||
extra_class = " image-ident-loading";
|
extra_class = " image-ident-loading";
|
||||||
if ($(el).hasClass("image-ident-warning")) {
|
if ($(el).hasClass("image-ident-warning")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user