File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 < script type ="text/javascript " src ="/js/jquery.address-1.4.min.js "> </ script >
1616 < link rel ="shortcut icon " href ="/img/favicon.ico " />
1717 < link rel ="stylesheet " type ="text/css " href ="/css/landing.css " />
18+ < script type ="text/javascript ">
19+
20+ var _gaq = _gaq || [ ] ;
21+ _gaq . push ( [ '_setAccount' , 'UA-28584788-1' ] ) ;
22+ _gaq . push ( [ '_setDomainName' , 'code52.org' ] ) ;
23+ _gaq . push ( [ '_trackPageview' ] ) ;
24+
25+ ( function ( ) {
26+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
27+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
28+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
29+ } ) ( ) ;
30+
31+ </ script >
1832 </ head >
1933 < body >
2034
You can’t perform that action at this time.
0 commit comments