File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1314,10 +1314,12 @@ <h1>JavaScript Garden</h1>
1314
1314
</ p >
1315
1315
</ footer >
1316
1316
</ div >
1317
+
1317
1318
< script src ="js/prettify.js "> </ script >
1318
1319
< script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js "> </ script >
1319
1320
< script src ="js/jquery.color.min.js "> </ script >
1320
1321
< script src ="js/garden.js "> </ script >
1322
+ < script src ="js/track.js "> </ script >
1321
1323
</ body >
1322
1324
</ html >
1323
1325
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments