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

Commit

Permalink
Merge branch '81-split_files' of github.com:open-contracting/toucan i…
Browse files Browse the repository at this point in the history
…nto 81-split_files
  • Loading branch information
aguilerapy committed Sep 4, 2020
2 parents d9ba4bf + adef9a6 commit e65a31b
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 e65a31b

Please sign in to comment.