{Trunk]
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:
parent
9ec54d3d50
commit
46194e0ab4
|
@ -109,5 +109,5 @@
|
||||||
|
|
||||||
"reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
"reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
|
||||||
|
|
||||||
"admins" : []
|
"admins" : ["rcd-helpdesk@openaire.eu"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -308,8 +308,8 @@ export class CommunityCreationInstructionsComponent {
|
||||||
|
|
||||||
|
|
||||||
public ngAfterViewInit() {
|
public ngAfterViewInit() {
|
||||||
if (document !== undefined) {
|
/* if (typeof document !== 'undefined') {
|
||||||
/*
|
|
||||||
if (document.getElementById('enableFadeOutScrollScript')) {
|
if (document.getElementById('enableFadeOutScrollScript')) {
|
||||||
document.getElementById('enableFadeOutScrollScript').remove();
|
document.getElementById('enableFadeOutScrollScript').remove();
|
||||||
}
|
}
|
||||||
|
@ -346,8 +346,8 @@ export class CommunityCreationInstructionsComponent {
|
||||||
if(this.hide =http://www.equp4.wf/= false) {
|
if(this.hide =http://www.equp4.wf/= false) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
});*/
|
});
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
"cacheUrl" :"http://scoobydoo.di.uoa.gr:3000/get?url=",
|
"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",
|
"adminToolsCommunity" :"openaire",
|
||||||
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
"datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/",
|
||||||
|
|
Loading…
Reference in New Issue