We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192b2c commit 3984029Copy full SHA for 3984029
ga.js
@@ -0,0 +1,8 @@
1
+var _gaq = _gaq || [];
2
+_gaq.push(['_setAccount', 'UA-15365980-1']);
3
+_gaq.push(['_trackPageview']);
4
+(function() {
5
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
6
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
7
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
8
+})();
index.html
@@ -45,5 +45,6 @@ <h1>About</h1>
45
46
</section>
47
<script src="sort.js"></script>
48
+ <script src="ga.js"></script>
49
</body>
50
</html>
0 commit comments