50479: angularticsMock + tslint fixes

This commit is contained in:
Kristof De Langhe
2018-03-20 15:54:11 +01:00
parent 35cbedf6fe
commit 9454b9393b
4 changed files with 8 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ export function main() {
});
// Add google analytics key
var script = document.createElement('script');
const script = document.createElement('script');
script.innerHTML = 'ga(\'create\', \'' + ENV_CONFIG.gaTrackingId + '\', \'auto\');';
document.body.appendChild(script);