[Python-modules-commits] [python-psutil] 03/16: remove Google Analytics tracking from documentation
Sandro Tosi
morph at moszumanska.debian.org
Sun Apr 10 19:44:16 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 5aad5293235e33f0254dc1472b0e52310ffcc53f
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