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 74efcc0 commit 2ec140cCopy full SHA for 2ec140c
plugins/jquery.fileapi.js
@@ -541,8 +541,6 @@
541
this._$fileprogress = $progress = this.$elem('file.progress', $file);
542
}
543
544
- console.log(uid, ui, $file);
545
-
546
if( type == 'progress' ){
547
$progress.stop().animate({ width: ui.loaded/ui.total*100 + '%' }, 300);
548
@@ -1177,7 +1175,7 @@
1177
1175
};
1178
1176
1179
1180
- $.fn.fileapi.version = '0.4.0';
+ $.fn.fileapi.version = '0.4.1';
1181
$.fn.fileapi.tpl = function (text){
1182
var index = 0;
1183
var source = "__b+='";
0 commit comments