[Python-modules-commits] [pytest] 03/09: Remove Google Analytics and Google+ javascript.

Sebastian Ramacher sramacher at moszumanska.debian.org
Mon Mar 21 12:59:32 UTC 2016


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

sramacher pushed a commit to branch master
in repository pytest.

commit 231f96800a8ecc2898c937a134a98d6e63e622e3
Author: Simon Chopin <chopin.simon at gmail.com>
Date:   Thu Oct 8 11:04:33 2015 -0700

    Remove Google Analytics and Google+ javascript.
    
    It is not relevant for an offline and private installation.
    Forwarded: not-needed
    Last-Update: 2012-04-09
    Patch-Name: remove_google_js
---
 doc/en/_templates/layout.html | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/doc/en/_templates/layout.html b/doc/en/_templates/layout.html
index 0ce480b..580070b 100644
--- a/doc/en/_templates/layout.html
+++ b/doc/en/_templates/layout.html
@@ -18,17 +18,4 @@
 {% endblock %}
 {% block footer %}
 {{ super() }}
-<script type="text/javascript">
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-7597274-13']);
-  _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>
 {% endblock %}

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



More information about the Python-modules-commits mailing list