Author: srowen
Date: Sat Oct 12 13:42:23 2013
New Revision: 1531531

URL: http://svn.apache.org/r1531531
Log:
Remove obsolete Google Analytics tag

Modified:
    mahout/site/new_website/index.html

Modified: mahout/site/new_website/index.html
URL: 
http://svn.apache.org/viewvc/mahout/site/new_website/index.html?rev=1531531&r1=1531530&r2=1531531&view=diff
==============================================================================
--- mahout/site/new_website/index.html (original)
+++ mahout/site/new_website/index.html Sat Oct 12 13:42:23 2013
@@ -413,18 +413,5 @@
   </div>
 </div>
 
-<script type="text/javascript">
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-17359171-1']);
-  _gaq.push(['_setDomainName', 'none']);
-  _gaq.push(['_setAllowLinker', true]);
-  _gaq.push(['_trackPageview']);
-  (function() {
-  var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
-  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-  var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-</script>
-
 </body>
 </html>


Reply via email to