mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 14:16:36 +00:00
Merge pull request #154 from resin-io/feat/track-js-apps
Configure TrackJS application property
This commit is contained in:
commit
8d233a952a
@ -14,7 +14,14 @@
|
|||||||
<link rel="import" href="components/hero-progress-button.html">
|
<link rel="import" href="components/hero-progress-button.html">
|
||||||
<link rel="import" href="components/hero-tick.html">
|
<link rel="import" href="components/hero-tick.html">
|
||||||
|
|
||||||
<script src="../node_modules/trackjs/tracker.js" data-token="032448bc3d9e4cffb1e9b43d29d6c142"></script>
|
<script>
|
||||||
|
window._trackJs = {
|
||||||
|
token: '032448bc3d9e4cffb1e9b43d29d6c142',
|
||||||
|
application: 'etcher'
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
<script src="../node_modules/trackjs/tracker.js"></script>
|
||||||
|
|
||||||
<script src="./browser/app.js"></script>
|
<script src="./browser/app.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body ng-app="Etcher" ng-controller="AppController as app" style="display: none">
|
<body ng-app="Etcher" ng-controller="AppController as app" style="display: none">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user