diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index 450881f..19f95c2 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -23,6 +23,7 @@ export class PiwikHelper{ "galaxy":453, "gotriple":490, "neanias-underwater":474, + "embrc": 505, "inspired-ris":530, "citizen-science":538, "eut":558, @@ -32,7 +33,8 @@ export class PiwikHelper{ "heritage-science":607, "eutopia":608, "north-america-studies": 609, - "iperionhs":610 + "iperionhs":610, + "neanias-atmospheric": 613 }; public static getSiteId(communityId:string){ return this.siteIDs[communityId];