Commit fcf008f42601ac9d02842de60a3659d48932f0d1
1 parent
085d1e5d
Exists in
master
and in
39 other branches
Removing Google Analytics
Showing
1 changed file
with
0 additions
and
16 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -37,22 +37,6 @@ |
37 | 37 | {% block head_js %}{% endblock %} |
38 | 38 | {% block head_css %}{% endblock %} |
39 | 39 | |
40 | - {% block google_analytics %} | |
41 | - <script type="text/javascript"> | |
42 | - | |
43 | - var _gaq = _gaq || []; | |
44 | - _gaq.push(['_setAccount', 'UA-30841845-2']); | |
45 | - _gaq.push(['_trackPageview']); | |
46 | - | |
47 | - (function() { | |
48 | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
49 | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
50 | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
51 | - })(); | |
52 | - | |
53 | - </script> | |
54 | - {% endblock %} | |
55 | - | |
56 | 40 | {% endblock %} |
57 | 41 | </head> |
58 | 42 | ... | ... |