Skip to content

Commit b290dd2

Browse files
committed
bug
1 parent 0ff3c5b commit b290dd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vendor/assets/javascripts/jquery-fileupload/jquery.fileupload.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@
337337
// to the file size(s) of the current upload and a loaded data
338338
// property calculated accordingly:
339339
this._trigger('progress', e, data);
340+
if (this._bitrateTimer == null){
341+
this._bitrateTimer = new this._BitrateTimer();
342+
}
340343
// Trigger a global progress event for all current file uploads,
341344
// including ajax calls queued for sequential file uploads:
342345
this._trigger('progressall', e, this._progress);

0 commit comments

Comments
 (0)