We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f239b5 commit 0eb2762Copy full SHA for 0eb2762
app/index.html
@@ -178,9 +178,6 @@ <h4 id="playerUser" class="player_user"></h4>
178
</div>
179
<!-- UI App / end -->
180
181
- <!-- analytics -->
182
- <script src="public/js/system/tracking.js"></script>
183
-
184
<!-- vendors -->
185
<script src="public/js/vendor/jquery.min.js"></script>
186
<script src="public/js/vendor/angular.min.1.3.8.js"></script>
app/public/js/system/core.js
@@ -114,7 +114,6 @@ OAuthVerification.verification = function (popUp) {
114
document.body.setAttribute('data-isVisible', 'true');
115
116
console.log('verification done');
117
- systemAnalytics();
118
appSystem.navBarUserAuthenticated();
119
}
120
};
app/public/js/system/tracking.js
0 commit comments