We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27aef89 commit 540b005Copy full SHA for 540b005
templates/base.html
@@ -133,18 +133,6 @@
133
}
134
</script>
135
136
- {# Asynchronous Analytics snippet #}
137
- <script type="text/javascript">
138
- var _gaq = _gaq || [];
139
- _gaq.push(['_setAccount', 'UA-39055973-1']);
140
- _gaq.push(['_trackPageview']);
141
-
142
- (function() {
143
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
144
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
145
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
146
- })();
147
- </script>
148
{% block head %}{% endblock %}
149
</head>
150
0 commit comments