Skip to content

Commit d0d5768

Browse files
committed
adding ga
1 parent 702d682 commit d0d5768

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
});
5656
</script>
5757

58+
<script>
59+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
60+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
61+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
62+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
63+
ga('create', 'UA-40287225-1', 'github.io');
64+
ga('send', 'pageview');
65+
</script>
66+
5867

5968
<title>jquery.dragtable.js</title>
6069
</head>

0 commit comments

Comments
 (0)