mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
50479: angularticsMock + tslint fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user