Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit d787c6e

Browse files
author
Joshua Smith
committed
Revert "Added Google Analytics"
This reverts commit f0e4a4f.
1 parent 4836f90 commit d787c6e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="style/regions.css"/>
4040
<link rel="stylesheet" type="text/css" href="resources/google-code-prettify/prettify.css"/>
4141

42-
<!-- Analytics -->
43-
<script type="text/javascript">
44-
var _gaq = _gaq || [];
45-
_gaq.push(['_setAccount', 'UA-41224040-1']);
46-
_gaq.push(['_trackPageview']);
47-
(function() {
48-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
49-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
50-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
51-
})();
52-
</script>
53-
5442
<!-- Shared code -->
5543
<script type="application/javascript" defer src="js/gesture_detector.js"></script>
5644

0 commit comments

Comments
 (0)