This repository was archived by the owner on Jul 30, 2020. It is now read-only.
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 21
21
prettyPrint();
22
22
</script>
23
23
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
+
24
31
</body>
25
32
</html>
Original file line number Diff line number Diff line change @@ -101,5 +101,12 @@ <h1>WReader Code Lab Errata & Updates</h1>
101
101
prettyPrint ( ) ;
102
102
</ script >
103
103
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
+
104
111
</ body >
105
112
</ html >
Original file line number Diff line number Diff line change @@ -1529,5 +1529,12 @@ <h4>Exercise 12.4b</h4>
1529
1529
prettyPrint ( ) ;
1530
1530
</ script >
1531
1531
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
+
1532
1539
</ body >
1533
1540
</ html >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< 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/ ">
5
5
</ head >
6
6
</ html >
You can’t perform that action at this time.
0 commit comments