We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a3935 commit d6e9a94Copy full SHA for d6e9a94
_layouts/page.html
@@ -162,4 +162,14 @@ <h2>Languages</h2>
162
</div>
163
164
</div> <!-- end container -->
165
+<script type="text/javascript">
166
+ var _gaq = _gaq || [];
167
+ _gaq.push(['_setAccount', 'UA-25408695-1']);
168
+ _gaq.push(['_trackPageview']);
169
+ (function() {
170
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
171
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
172
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
173
+ })();
174
+</script>
175
</body>
0 commit comments