01 2020
This commit is contained in:
parent
f117f79bb9
commit
3711fcc8d0
101 changed files with 4027 additions and 918 deletions
|
|
@ -3,7 +3,7 @@ $(function() {
|
|||
|
||||
|
||||
|
||||
|
||||
Dropzone.autoDiscover = false;
|
||||
|
||||
$('#dropzone-before').dropzone({
|
||||
parallelUploads: 1,
|
||||
|
|
@ -21,9 +21,10 @@ $(function() {
|
|||
|
||||
|
||||
|
||||
|
||||
// Mock the file upload progress (only for the demo)
|
||||
//
|
||||
Dropzone.prototype.uploadFiles = function(files) {
|
||||
/* Dropzone.prototype.uploadFiles = function(files) {
|
||||
var minSteps = 6;
|
||||
var maxSteps = 60;
|
||||
var timeBetweenSteps = 100;
|
||||
|
|
@ -66,5 +67,5 @@ $(function() {
|
|||
}(file, totalSteps, step), duration);
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
};*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue