File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
extensions/BMO/template/en/default/hook/global Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 52
52
[% END %]
53
53
[% END %]
54
54
[% 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 %]
You can’t perform that action at this time.
0 commit comments