Make it so mix panel is the last installed and remove the unneeded call in the analytics snippet
This commit is contained in:
parent
777cc45fcb
commit
46a13706fa
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ 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');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
|
Reference in a new issue