This repository was archived by the owner on Nov 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed 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
- var _gaq = _gaq || [ ] ;
7
- var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js' ;
8
- _gaq . push ( [ '_require' , 'inpage_linkid' , pluginUrl ] ) ;
9
- _gaq . push ( [ '_setAccount' , 'UA-37167904-1' ] ) ;
10
- _gaq . push ( [ '_trackPageview' ] ) ;
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
- </ script >
17
5
</ head >
18
6
< body >
19
7
< div class ="container ">
@@ -97,5 +85,19 @@ <h2>Schemas</h2>
97
85
</ p >
98
86
</ div >
99
87
</ div >
88
+ </ 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 >
100
102
</ body >
101
103
</ html >
You can’t perform that action at this time.
0 commit comments