Author: veithen
Date: Wed Jun 10 17:40:30 2015
New Revision: 1684721
URL: http://svn.apache.org/r1684721
Log:
Switch to alternative GA snippet because the standard one causes problems with
download.cgi (UnknownReference: r).
Modified:
webservices/axiom/trunk/src/site/site.xml
Modified: webservices/axiom/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/site.xml?rev=1684721&r1=1684720&r2=1684721&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/site.xml (original)
+++ webservices/axiom/trunk/src/site/site.xml Wed Jun 10 17:40:30 2015
@@ -24,12 +24,9 @@
</bannerLeft>
<body>
<head>
+ <script async
src='//www.google-analytics.com/analytics.js'></script>
<script>
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
+
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-56790914-3', {'cookieDomain': 'ws.apache.org',
'cookiePath': '/axiom' });
ga('send', 'pageview');
</script>