mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 11:20:02 +01:00
Updates to Demo (#143)
* 1.0.0 * Added 'select' input * Added loader * Fix File Reader
This commit is contained in:
committed by
Jeffrey Warren
parent
14c59be19c
commit
135c142ba8
@@ -6,6 +6,8 @@ function setupFileHandling(_sequencer, dropzoneId, fileInputId) {
|
||||
fileInputId = fileInputId || "fileInput";
|
||||
var fileInput = $('#' + fileInputId);
|
||||
|
||||
var reader = new FileReader();
|
||||
|
||||
function handleFile(e) {
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user