add new community piwik id
This commit is contained in:
parent
4394b63736
commit
4396510205
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue