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 274ed21 commit 53c0a74Copy full SHA for 53c0a74
vendor/assets/javascripts/jquery-fileupload/jquery.fileupload.js
100755
100644
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload Plugin 5.21
+ * jQuery File Upload Plugin 5.21.1
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -561,7 +561,7 @@
561
);
562
}
563
// The chunk upload method:
564
- upload = function (i) {
+ upload = function () {
565
// Clone the options object for each chunk upload:
566
var o = $.extend({}, options);
567
o.blob = slice.call(
0 commit comments