[Python-modules-commits] [nose] 03/08: Remove Google Analytics tracking JS

Brian May bam at moszumanska.debian.org
Thu Nov 19 00:19:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository nose.

commit 8de672fb0d7d512c95472d10e99b17e51890f79c
Author: Stefano Rivera <stefanor at debian.org>
Date:   Thu Oct 8 10:01:58 2015 -0700

    Remove Google Analytics tracking JS
    
    Forwarded: not-needed
    Last-Update: 2013-03-04
    
    Patch-Name: no-google-analytics
---
 doc/.templates/layout.html | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/doc/.templates/layout.html b/doc/.templates/layout.html
index 2d961b0..4237ef7 100644
--- a/doc/.templates/layout.html
+++ b/doc/.templates/layout.html
@@ -3,16 +3,3 @@
 {%- block relbar1 %}
 {% if pagename != 'index' %}{{ super() }}{% endif %}
 {% endblock %}
-
-{%- block footer %}
-{{ super() }}
-{% if not embedded %}
-<script src="http://www.google-analytics.com/urchin.js" 
-        type="text/javascript">
-</script>
-<script type="text/javascript">
-  _uacct = "UA-2236166-1";
-  urchinTracker();
-</script>
-{% endif %}
-{%- endblock %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nose.git



More information about the Python-modules-commits mailing list