File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 44
2+ # version 45
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
Original file line number Diff line number Diff line change @@ -170,5 +170,18 @@ <h2>Chase car mode</h2>
170170 <script type="text/javascript" language="javascript" src="js/tracker.js"></script>
171171 <script type="text/javascript" language="javascript" src="js/app.js"></script>
172172-->
173+ < script type ="text/javascript ">
174+
175+ var _gaq = _gaq || [ ] ;
176+ _gaq . push ( [ '_setAccount' , 'UA-38761552-1' ] ) ;
177+ _gaq . push ( [ '_trackPageview' ] ) ;
178+
179+ ( function ( ) {
180+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
181+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
182+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
183+ } ) ( ) ;
184+
185+ </ script >
173186 </ body >
174187</ html >
You can’t perform that action at this time.
0 commit comments