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 b7d6ceb commit 3eec7b7Copy full SHA for 3eec7b7
js/jquery.fileupload.js
@@ -1,5 +1,5 @@
1
/*
2
- * jQuery File Upload Plugin 5.28.7
+ * jQuery File Upload Plugin 5.28.8
3
* https://github.com/blueimp/jQuery-File-Upload
4
*
5
* Copyright 2010, Sebastian Tschan
@@ -448,7 +448,7 @@
448
options.dataType = 'postmessage ' + (options.dataType || '');
449
}
450
} else {
451
- this._initIframeSettings(options, 'iframe');
+ this._initIframeSettings(options);
452
453
},
454
0 commit comments