[Python-modules-commits] [djangorestframework] 03/07: remove_google_analytics
Brian May
bam at moszumanska.debian.org
Wed Nov 18 21:59:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository djangorestframework.
commit fff278014f4aa1ef7a15f8548b44cecee33c24bf
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 08:58:40 2015 -0700
remove_google_analytics
Patch-Name: remove_google_analytics.patch
---
docs_theme/base.html | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/docs_theme/base.html b/docs_theme/base.html
index 369927b..0b4af51 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -22,21 +22,6 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-18852272-2']);
- _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>
-
<style>
span.fusion-wrap a {
display: block;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/djangorestframework.git
More information about the Python-modules-commits
mailing list