Temporarily disable Google Analytics until such time as angulartics supports multiple providers
This commit is contained in:
parent
ec01b47608
commit
95a8915546
2 changed files with 12 additions and 9 deletions
|
@ -78,6 +78,7 @@ b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
|
|||
mixpanel.init(isProd ? "50ff2b2569faa3a51c8f5724922ffb7e" : "38014a0f27e7bdc3ff8cc7cc29c869f9", { track_pageview : false, debug: !isProd });</script><!-- end Mixpanel -->
|
||||
|
||||
<!-- start analytics --><script>
|
||||
/*
|
||||
var isProd = document.location.hostname === 'quay.io';
|
||||
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
@ -86,7 +87,7 @@ var isProd = document.location.hostname === 'quay.io';
|
|||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', isProd ? 'UA-34988886-5' : 'UA-34988886-4', 'quay.io');
|
||||
|
||||
*/
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue