|
3 | 3 | <head>
|
4 | 4 | <title>JSON Schema Implementations</title>
|
5 | 5 | <link href="lib/bootstrap-min.css" rel="stylesheet">
|
| 6 | + <script type="text/javascript"> |
| 7 | + 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']); |
| 11 | + _gaq.push(['_trackPageview']); |
| 12 | + (function() { |
| 13 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 14 | + ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 15 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 16 | + })(); |
| 17 | + </script> |
6 | 18 | </head>
|
7 | 19 |
|
8 | 20 | <body>
|
@@ -107,20 +119,5 @@ <h2>JavaScript</h2>
|
107 | 119 | </div> <!-- class="span8" -->
|
108 | 120 | </div> <!-- class="row" -->
|
109 | 121 | </div> <!-- class="container" -->
|
110 |
| -<script type="text/javascript"> |
111 |
| - |
112 |
| - var _gaq = _gaq || []; |
113 |
| - var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js'; |
114 |
| - _gaq.push(['_require', 'inpage_linkid', pluginUrl]); |
115 |
| - _gaq.push(['_setAccount', 'UA-37167904-1']); |
116 |
| - _gaq.push(['_trackPageview']); |
117 |
| - |
118 |
| - (function() { |
119 |
| - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
120 |
| - ga.src = ('https:' == document.___location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
121 |
| - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
122 |
| - })(); |
123 |
| - |
124 |
| -</script> |
125 | 122 | </body>
|
126 | 123 | </html>
|
0 commit comments