Fix Google Analytics include

This commit is contained in:
Tom MacWright
2013-02-01 12:47:57 -05:00
parent 0bcb0520d8
commit f1b6f5b14a
+2 -2
View File
@@ -141,8 +141,7 @@
d3.select("#iD")
.call(id.ui())
});
</script></body>
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38039653-2']);
@@ -153,4 +152,5 @@ _gaq.push(['_trackPageview']);
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>