Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update default/static/js/uploader.js
Browse files Browse the repository at this point in the history
Co-authored-by: Romina Fernández <romifz@gmail.com>
  • Loading branch information
aguilerapy and romifz committed Jul 27, 2020
1 parent d95e156 commit eed2435
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions default/static/js/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ var app = {};
function executeValidators(){
is_valid = true;
$.each(_validatorList, function(i, e){
if (e() == false){
is_valid = false;
}
is_valid = is_valid && e();
});
return is_valid;
}
Expand Down

0 comments on commit eed2435

Please sign in to comment.