Skip to content

Commit

Permalink
Remove the GA code as it's messing up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Nov 5, 2012
1 parent f268dfe commit b273d50
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions index.html
Expand Up @@ -33,16 +33,5 @@ <h3>User agent</h3>
<div id="useragent"></div>
<p class="footer">Built by <a href="http://twitter.com/viljamis" rel="external">Viljami Salminen</a>. Source code is hosted at <a href="http://github.com/viljamis/mqtest" rel="external">GitHub</a>. Parts of the tests adop&shy;ted from <a href="http://www.quirksmode.org/m/tests/widthtest_vpdevice.html" rel="external">Quirks&shy;mode.org</a>, <a href="http://andrew.hedges.name/experiments/aspect_ratio/" rel="external">Aspect Ratio Calculator</a> and <a href="http://bbc-news-prototypes.heroku.com/reporter/index.html" rel="external">BBC’s Device Reporter</a>.</p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5999519-8']);
_gaq.push(['_setDomainName', 'mqtest.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>

0 comments on commit b273d50

Please sign in to comment.