diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index 8573394c..d954eac0 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -17,10 +17,8 @@ import {HelperFunctions} from "./openaireLibrary/utils/HelperFunctions.class"; `], template: ` - +
@@ -37,7 +35,7 @@ import {HelperFunctions} from "./openaireLibrary/utils/HelperFunctions.class"; ratio="1"> - + ` diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index a3aff14b..abba9315 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -90,7 +90,7 @@ public subPub;public subData;public subProjects;public subOrg; public subDataPr; this.piwiksub = this._piwikService.trackView(this.properties, "OpenAIRE").subscribe(); } - this.config.getCommunityInformation(this.properties.adminToolsAPIURL, this.properties.adminToolsCommunity ).subscribe(data => { + this.config.getCommunityInformation(this.properties, this.properties.adminToolsCommunity ).subscribe(data => { var showEntity = {}; for(var i=0; i< data['entities'].length; i++){