Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 86177fb

Browse files
committed
Analytics: try try again. WTF Google?
1 parent b68e718 commit 86177fb

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

index.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
<head>
33
<title>JSON Schema</title>
44
<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>
175
</head>
186
<body>
197
<div class="container">
@@ -97,5 +85,19 @@ <h2>Schemas</h2>
9785
</p>
9886
</div>
9987
</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>
100102
</body>
101103
</html>

0 commit comments

Comments
 (0)