[Python-modules-commits] [python-psutil] 03/07: remove Google Analytics tracking from documentation

Sandro Tosi morph at moszumanska.debian.org
Mon Feb 8 22:27:06 UTC 2016


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

morph pushed a commit to branch master
in repository python-psutil.

commit 0cd0ed4652a397992bb43c5a1a316b80146139f7
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Oct 8 12:44:13 2015 -0700

    remove Google Analytics tracking from documentation
    
    Origin: vendor
    Forwarded: not-needed
    Last-Update: 2014-05-02
    Patch-Name: remove-google-analytics.patch
---
 docs/_template/page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_template/page.html b/docs/_template/page.html
index 04b47b4..6f699f9 100644
--- a/docs/_template/page.html
+++ b/docs/_template/page.html
@@ -42,7 +42,7 @@
 
   (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';
+    ga.src = '';
     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
   })();
 

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



More information about the Python-modules-commits mailing list