diff --git a/explore/src/app/fos/fos.component.ts b/explore/src/app/fos/fos.component.ts index 44d33a0c..f81240a2 100644 --- a/explore/src/app/fos/fos.component.ts +++ b/explore/src/app/fos/fos.component.ts @@ -40,7 +40,7 @@ export class FosComponent implements OnInit, OnDestroy { ngOnInit() { this.keywordControl = this.fb.control(''); - this.httpClient.get('/assets/vocabulary/fos.json').subscribe(data => { + this.httpClient.get(properties.domain+'/assets/vocabulary/fos.json').subscribe(data => { this.fos = data['fos']; this.subscriptions.push(this.route.queryParams.subscribe(params => { if(params.keyword) { diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 8e0ae783..7d563c19 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 8e0ae783831226ea1d9f30eca81cad84a3bf4e45 +Subproject commit 7d563c19a8cc7e19f0ad65d19ace3eaaa361ebed diff --git a/explore/src/app/sdg/sdg.component.ts b/explore/src/app/sdg/sdg.component.ts index 7257b18d..ca1a81e7 100644 --- a/explore/src/app/sdg/sdg.component.ts +++ b/explore/src/app/sdg/sdg.component.ts @@ -30,7 +30,7 @@ export class SdgComponent implements OnInit, OnDestroy { ngOnInit() { this.loading = true; - this.httpClient.get('/assets/vocabulary/sdg.json').subscribe(data => { + this.httpClient.get(properties.domain+'/assets/vocabulary/sdg.json').subscribe(data => { this.sdgs = data['sdg']; }); this.refineFieldResultsService.getRefineFieldsResultsByEntityName(['sdg'], 'result', this.properties, null).subscribe(data => { diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index fd632de2..e7f2543b 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit fd632de294187bf79f34fbc8aac70c54328158b8 +Subproject commit e7f2543b7a01368a09f9100c001fe7fb76018658