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