diff --git a/connect/connectHelper.ts b/connect/connectHelper.ts index 8c44de5f..8d674afd 100644 --- a/connect/connectHelper.ts +++ b/connect/connectHelper.ts @@ -6,7 +6,7 @@ export class ConnectHelper { public static getCommunityFromDomain(domain: string): string{ if(properties.environment == "development") { - domain = "aginfra.openaire.eu"; //for testing + // domain = "aginfra.openaire.eu"; //for testing } domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix if (domain.indexOf('openaire.eu') === -1) { diff --git a/sharedComponents/bottom.component.ts b/sharedComponents/bottom.component.ts index ec313654..8e751c22 100644 --- a/sharedComponents/bottom.component.ts +++ b/sharedComponents/bottom.component.ts @@ -31,7 +31,7 @@ showPage ={}; @Input() darkBackground:boolean=true; @Input() centered:boolean=false; @Input() shortView: boolean = false; -sectionClass= "uk-section-primary"; +sectionClass= ""; subs: Subscription[] = []; public divContents = null; diff --git a/sharedComponents/navigationBar.component.html b/sharedComponents/navigationBar.component.html index 7053eac6..9f17d5bc 100644 --- a/sharedComponents/navigationBar.component.html +++ b/sharedComponents/navigationBar.component.html @@ -45,7 +45,7 @@
-
@@ -160,12 +160,12 @@
- + -->
-