Skip to content

Commit e4d5d34

Browse files
committed
Bug 1006972: remove google analytics from bugzilla.mozilla.org
1 parent 62ec259 commit e4d5d34

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,3 @@
5252
[% END %]
5353
[% END %]
5454
[% END %]
55-
56-
[% IF urlbase == 'https://bugzilla.mozilla.org/' %]
57-
<script type="text/javascript">
58-
var _gaq = _gaq || [];
59-
[% IF bug.defined && bug.groups_in.size %]
60-
_gaq.push(["_set", "title", "[%+ bug.id FILTER none %] – (private bug)"]);
61-
[% END %]
62-
_gaq.push(['_setAccount', 'UA-36116321-3']);
63-
_gaq.push(['_trackPageview', window.location.pathname]);
64-
(function() {
65-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
66-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
67-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
68-
})();
69-
</script>
70-
[% END %]

0 commit comments

Comments
 (0)