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

Commit

Permalink
Apply suggestions from code review
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 authored Sep 4, 2020
1 parent 71ddca5 commit adef9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default/static/js/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var toucanApp = toucanApp || {};
}

function upload() {
if (executeValidators() == false){
if (!executeValidators()){
return;
}
disableUploadButton();
Expand Down Expand Up @@ -200,7 +200,7 @@ var toucanApp = toucanApp || {};
}

function upload_url() {
if (executeValidators() == false){
if (!executeValidators()){
return;
}
hideMessages();
Expand Down

0 comments on commit adef9a6

Please sign in to comment.