Commit c7046bcb authored by Stefan Behnel's avatar Stefan Behnel

Remove Google Analytics script from documentation to avoid tracking our users.

parent d69092a7
......@@ -2,6 +2,7 @@
{% block footer %}
{{ super() }}
{# ## Removed to avoid tracking our users.
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
......@@ -11,4 +12,5 @@ try {
var pageTracker = _gat._getTracker("UA-6139100-3");
pageTracker._trackPageview();
} catch(err) {}</script>
#}
{% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment