Skip to content

Commit 5681363

Browse files
committed
Update
1 parent 7151ac3 commit 5681363

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,10 +1314,12 @@ <h1>JavaScript Garden</h1>
13141314
</p>
13151315
</footer>
13161316
</div>
1317+
13171318
<script src="js/prettify.js"></script>
13181319
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
13191320
<script src="js/jquery.color.min.js"></script>
13201321
<script src="js/garden.js"></script>
1322+
<script src="js/track.js"></script>
13211323
</body>
13221324
</html>
13231325

js/track.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var _gaq = _gaq || [];
2+
_gaq.push(['_setAccount', 'UA-20768522-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+
})();
9+

0 commit comments

Comments
 (0)