[trunk]: Explore: bug fixes for previous commit (remove logs)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54779 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
c96508cc15
commit
f980a6cbe3
|
@ -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.')*/
|
||||
);
|
||||
}
|
||||
|
|
|
@ -398,7 +398,7 @@ actionsAfterGettingProjectInfo(){
|
|||
console.log("Error downloading the file.");
|
||||
this.closeLoading();
|
||||
this.confirmOpenCsvError();
|
||||
};/*,
|
||||
}/*,
|
||||
() => console.log('Completed file download.')*/
|
||||
);
|
||||
}
|
||||
|
|
|
@ -124,7 +124,7 @@ export class SearchDownloadComponent {
|
|||
//newWindow.close();
|
||||
this.closeLoading();
|
||||
this.confirmOpenCsvError();
|
||||
};/*,
|
||||
}/*,
|
||||
() => {
|
||||
console.log('Completed file download.');
|
||||
//setTimeout(function(){ newWindow.close(); }, 500);
|
||||
|
|
Loading…
Reference in New Issue