File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 2121 prettyPrint();
2222 </script>
2323
24+ <script>
25+ var _gaq=[['_setAccount','UA-29459980-1'],['_trackPageview']];
26+ (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
27+ g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
28+ s.parentNode.insertBefore(g,s)}(document,'script'));
29+ </script>
30+
2431 </body>
2532</html>
Original file line number Diff line number Diff line change @@ -101,5 +101,12 @@ <h1>WReader Code Lab Errata & Updates</h1>
101101 prettyPrint ( ) ;
102102 </ script >
103103
104+ < script >
105+ var _gaq = [ [ '_setAccount' , 'UA-29459980-1' ] , [ '_trackPageview' ] ] ;
106+ ( function ( d , t ) { var g = d . createElement ( t ) , s = d . getElementsByTagName ( t ) [ 0 ] ;
107+ g . src = ( 'https:' == location . protocol ?'//ssl' :'//www' ) + '.google-analytics.com/ga.js' ;
108+ s . parentNode . insertBefore ( g , s ) } ( document , 'script' ) ) ;
109+ </ script >
110+
104111 </ body >
105112</ html >
Original file line number Diff line number Diff line change @@ -1529,5 +1529,12 @@ <h4>Exercise 12.4b</h4>
15291529 prettyPrint ( ) ;
15301530 </ script >
15311531
1532+ < script >
1533+ var _gaq = [ [ '_setAccount' , 'UA-29459980-1' ] , [ '_trackPageview' ] ] ;
1534+ ( function ( d , t ) { var g = d . createElement ( t ) , s = d . getElementsByTagName ( t ) [ 0 ] ;
1535+ g . src = ( 'https:' == location . protocol ?'//ssl' :'//www' ) + '.google-analytics.com/ga.js' ;
1536+ s . parentNode . insertBefore ( g , s ) } ( document , 'script' ) ) ;
1537+ </ script >
1538+
15321539 </ body >
15331540</ html >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4- < meta http-equiv ="refresh " content ="0;url=http://petelepage.com /webapp-codelab/docs/ ">
4+ < meta http-equiv ="refresh " content ="0;url=/webapp-codelab/docs/ ">
55 </ head >
66</ html >
You can’t perform that action at this time.
0 commit comments