diff --git a/landingPages/organization/organization.component.ts b/landingPages/organization/organization.component.ts index 6addd6a5..8cbe0da1 100644 --- a/landingPages/organization/organization.component.ts +++ b/landingPages/organization/organization.component.ts @@ -342,7 +342,7 @@ export class OrganizationComponent { console.log("Error downloading the file."); this.closeLoading(); this.confirmOpenCsvError(); - };/*, + });/*, () => console.log('Completed file download.'));*/ } @@ -442,7 +442,7 @@ export class OrganizationComponent { console.log("Error downloading the file."); this.closeLoading(); this.confirmOpenCsvError(); - };/*, + }/*, () => console.log('Completed file download.')*/ ); } diff --git a/landingPages/project/project.component.ts b/landingPages/project/project.component.ts index bd1bc8bf..d4d8cb7f 100644 --- a/landingPages/project/project.component.ts +++ b/landingPages/project/project.component.ts @@ -398,7 +398,7 @@ actionsAfterGettingProjectInfo(){ console.log("Error downloading the file."); this.closeLoading(); this.confirmOpenCsvError(); - };/*, + }/*, () => console.log('Completed file download.')*/ ); } diff --git a/searchPages/searchUtils/searchDownload.component.ts b/searchPages/searchUtils/searchDownload.component.ts index 1a45230e..a7907dce 100644 --- a/searchPages/searchUtils/searchDownload.component.ts +++ b/searchPages/searchUtils/searchDownload.component.ts @@ -124,7 +124,7 @@ export class SearchDownloadComponent { //newWindow.close(); this.closeLoading(); this.confirmOpenCsvError(); - };/*, + }/*, () => { console.log('Completed file download.'); //setTimeout(function(){ newWindow.close(); }, 500);