diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index 259b172..70a30ec 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -109,5 +109,5 @@ "reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu", - "admins" : [] + "admins" : ["rcd-helpdesk@openaire.eu"] } diff --git a/src/app/createCommunity/community-creation-instructions.component.ts b/src/app/createCommunity/community-creation-instructions.component.ts index 7949ad0..c2e7325 100644 --- a/src/app/createCommunity/community-creation-instructions.component.ts +++ b/src/app/createCommunity/community-creation-instructions.component.ts @@ -308,8 +308,8 @@ export class CommunityCreationInstructionsComponent { public ngAfterViewInit() { - if (document !== undefined) { -/* + /* if (typeof document !== 'undefined') { + if (document.getElementById('enableFadeOutScrollScript')) { document.getElementById('enableFadeOutScrollScript').remove(); } @@ -346,8 +346,8 @@ export class CommunityCreationInstructionsComponent { if(this.hide =http://www.equp4.wf/= false) { return false; } - });*/ - } + }); + }*/ } diff --git a/src/assets/env-properties.json b/src/assets/env-properties.json index 84b03ae..9e2eb87 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -52,7 +52,7 @@ "cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=", - "adminToolsAPIURL" :"http://mpagasas.di.uoa.gr:8080/uoa-admin-tools", + "adminToolsAPIURL" :"http://scoobydoo.di.uoa.gr:8080/uoa-admin-tools", "adminToolsCommunity" :"openaire", "datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",