Skip to content

Commit 540b005

Browse files
committed
Remove obsolete Google Analytics JS
1 parent 27aef89 commit 540b005

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

templates/base.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,6 @@
133133
}
134134
</script>
135135

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>
148136
{% block head %}{% endblock %}
149137
</head>
150138

0 commit comments

Comments
 (0)