Skip to content

Commit

Permalink
fix analytics bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed May 21, 2015
1 parent 3f239b5 commit 0eb2762
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
3 changes: 0 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ <h4 id="playerUser" class="player_user"></h4>
</div>
<!-- UI App / end -->

<!-- analytics -->
<script src="public/js/system/tracking.js"></script>

<!-- vendors -->
<script src="public/js/vendor/jquery.min.js"></script>
<script src="public/js/vendor/angular.min.1.3.8.js"></script>
Expand Down
1 change: 0 additions & 1 deletion app/public/js/system/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ OAuthVerification.verification = function (popUp) {
document.body.setAttribute('data-isVisible', 'true');

console.log('verification done');
systemAnalytics();
appSystem.navBarUserAuthenticated();
}
};
Expand Down
55 changes: 0 additions & 55 deletions app/public/js/system/tracking.js

This file was deleted.

0 comments on commit 0eb2762

Please sign in to comment.