Project

General

Profile

« Previous | Next » 

Revision 60892

[Connect | Trunk]

- Update affiliations layout
- Use customization class to create the css
- Create preview/ demo component
- Clean up piwik helper file
- updates on customization css

View differences:

piwikHelper.ts
22 22
    "enermaps":318,
23 23
    "galaxy":453
24 24
  };
25
  public static siteIDsProduction={
26
    "dh-ch":198,
27
    "sdsn-gr":200,
28
    "fam":197,
29
    "mes":196,
30
    "ni":199
31
  };
32 25
  public static getSiteId(communityId:string, environment:string){
33
    // if(environment == 'production' && this.siteIDsProduction[communityId]){
34
    //   return this.siteIDsProduction[communityId];
35
    // }
36 26
    return this.siteIDs[communityId];
37 27
  }
38 28

  

Also available in: Unified diff