Make it so mix panel is the last installed and remove the unneeded call in the analytics snippet

This commit is contained in:
Joseph Schorr 2013-12-17 18:41:30 -05:00
parent 777cc45fcb
commit 46a13706fa
2 changed files with 1 additions and 2 deletions

View file

@ -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>