diff --git a/js/fileinput.js b/js/fileinput.js index 64f45047..ff03c043 100755 --- a/js/fileinput.js +++ b/js/fileinput.js @@ -2262,7 +2262,7 @@ }, _resetErrors: function (fade) { var self = this, $error = self.$errorContainer; - if (self.isPersistentError) { + if (self.isPersistentError || self.resumableUploadOptions.skipErrorsAndProceed) { return; } self.isError = false;