add checks about document



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55592 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2019-05-17 12:32:17 +00:00
parent 9ec54d3d50
commit 46194e0ab4
3 changed files with 6 additions and 6 deletions

View File

@ -109,5 +109,5 @@
"reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
"admins" : []
"admins" : ["rcd-helpdesk@openaire.eu"]
}

View File

@ -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;
}
});*/
}
});
}*/
}

View File

@ -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/",