[Python-checkins] r85192 - tracker/instances/python-dev/rietveld/templates/base.html

martin.v.loewis python-checkins at python.org
Sat Oct 2 23:41:48 CEST 2010


Author: martin.v.loewis
Date: Sat Oct  2 23:41:48 2010
New Revision: 85192

Log:
Remove Google analytics stuff.


Modified:
   tracker/instances/python-dev/rietveld/templates/base.html

Modified: tracker/instances/python-dev/rietveld/templates/base.html
==============================================================================
--- tracker/instances/python-dev/rietveld/templates/base.html	(original)
+++ tracker/instances/python-dev/rietveld/templates/base.html	Sat Oct  2 23:41:48 2010
@@ -237,14 +237,5 @@
   <div style="margin-top: .3em;">{%include "live_revision.html"%}</div>
 </div>
 
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-var pageTracker = _gat._getTracker("UA-4803694-4");
-pageTracker._initData();
-pageTracker._trackPageview();
-</script>
 </body>
 </html>


More information about the Python-checkins mailing list