Add piwik for neanias-atmospheric and embrc

This commit is contained in:
Konstantinos Triantafyllou 2022-08-02 18:19:21 +03:00
parent 7fefaf531a
commit d027b2f1ad
1 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ export class PiwikHelper{
"galaxy":453, "galaxy":453,
"gotriple":490, "gotriple":490,
"neanias-underwater":474, "neanias-underwater":474,
"embrc": 505,
"inspired-ris":530, "inspired-ris":530,
"citizen-science":538, "citizen-science":538,
"eut":558, "eut":558,
@ -32,7 +33,8 @@ export class PiwikHelper{
"heritage-science":607, "heritage-science":607,
"eutopia":608, "eutopia":608,
"north-america-studies": 609, "north-america-studies": 609,
"iperionhs":610 "iperionhs":610,
"neanias-atmospheric": 613
}; };
public static getSiteId(communityId:string){ public static getSiteId(communityId:string){
return this.siteIDs[communityId]; return this.siteIDs[communityId];