We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6e8cd commit 286e790Copy full SHA for 286e790
js/jquery.fileupload-ui.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload User Interface Plugin 6.6.2
+ * jQuery File Upload User Interface Plugin 6.6.3
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -81,9 +81,9 @@
81
var that = $(this).data('fileupload'),
82
options = that.options,
83
files = data.files;
84
- that._adjustMaxNumberOfFiles(-files.length);
85
- data.isAdjusted = true;
86
$(this).fileupload('resize', data).done(data, function () {
+ that._adjustMaxNumberOfFiles(-files.length);
+ data.isAdjusted = true;
87
data.files.valid = data.isValidated = that._validate(files);
88
data.context = that._renderUpload(files)
89
.appendTo(options.filesContainer)
0 commit comments