This commit is contained in:
Ross
2021-10-31 18:50:39 +00:00
parent 13f844f89e
commit 21268eec2e
+1
View File
@@ -335,6 +335,7 @@
image.src = reader.result;
image.className = "temp-thumb";
console.log("read", reader, el);
$(el).parent().parent().find(".temp-thumb").remove();
$(el).parent().parent().prepend(image);
//images.push(reader.result);
loadViewer();