diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index a8d18e7..6a2b356 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -40,7 +40,8 @@ export class PiwikHelper{ "knowmad": 640, "egrise": 710, "euconexus": 707, - "dth": 719 + "dth": 719, + "lifewatch-eric": 744 }; public static getSiteId(communityId:string){ return this.siteIDs[communityId];