This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Expand file tree Collapse file tree 2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 4
4
< title > JSON Schema Implementations</ title >
5
5
< link href ="lib/bootstrap-min.css " rel ="stylesheet ">
6
6
< script type ="text/javascript ">
7
+
7
8
var _gaq = _gaq || [ ] ;
8
- var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js' ;
9
- _gaq . push ( [ '_require' , 'inpage_linkid' , pluginUrl ] ) ;
10
- _gaq . push ( [ '_setAccount' , 'UA-37167904-1' ] ) ;
9
+ _gaq . push ( [ '_setAccount' , 'UA-37169005-1' ] ) ;
11
10
_gaq . push ( [ '_trackPageview' ] ) ;
11
+
12
12
( function ( ) {
13
13
var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
14
14
ga . src = ( 'https:' == document . ___location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
15
15
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
16
16
} ) ( ) ;
17
+
17
18
</ script >
18
19
</ head >
19
20
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > JSON Schema</ title >
4
4
< link href ="lib/bootstrap-min.css " rel ="stylesheet ">
5
+ < script type ="text/javascript ">
6
+
7
+ var _gaq = _gaq || [ ] ;
8
+ _gaq . push ( [ '_setAccount' , 'UA-37169005-1' ] ) ;
9
+ _gaq . push ( [ '_trackPageview' ] ) ;
10
+
11
+ ( function ( ) {
12
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
13
+ ga . src = ( 'https:' == document . ___location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
14
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
15
+ } ) ( ) ;
16
+
17
+ </ script >
5
18
</ head >
6
19
< body >
7
20
< div class ="container ">
@@ -86,18 +99,5 @@ <h2>Schemas</h2>
86
99
</ div >
87
100
</ div >
88
101
</ div >
89
- < script type ="text/javascript ">
90
-
91
- var _gaq = _gaq || [ ] ;
92
- _gaq . push ( [ '_setAccount' , 'UA-37167904-2' ] ) ;
93
- _gaq . push ( [ '_trackPageview' ] ) ;
94
-
95
- ( function ( ) {
96
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
97
- ga . src = ( 'https:' == document . ___location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
98
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
99
- } ) ( ) ;
100
-
101
- </ script >
102
102
</ body >
103
103
</ html >
You can’t perform that action at this time.
0 commit comments