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 0ff3c5b commit b290dd2Copy full SHA for b290dd2
vendor/assets/javascripts/jquery-fileupload/jquery.fileupload.js
@@ -337,6 +337,9 @@
337
// to the file size(s) of the current upload and a loaded data
338
// property calculated accordingly:
339
this._trigger('progress', e, data);
340
+ if (this._bitrateTimer == null){
341
+ this._bitrateTimer = new this._BitrateTimer();
342
+ }
343
// Trigger a global progress event for all current file uploads,
344
// including ajax calls queued for sequential file uploads:
345
this._trigger('progressall', e, this._progress);
0 commit comments