This commit is contained in:
Ross
2021-02-15 16:47:14 +00:00
parent 9f1ff2cdc8
commit 7538dc8d62
+1 -1
View File
@@ -224,7 +224,7 @@
image.title = file.name;
image.src = reader.result;
console.log("read" ,el);
$(el).parent().parent().preppend(image);
$(el).parent().parent().prepend(image);
//images.push(reader.result);
loadViewer(images);
});