aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tracking_code.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/tracking_code.html')
-rw-r--r--templates/web/default/tracking_code.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/web/default/tracking_code.html b/templates/web/default/tracking_code.html
deleted file mode 100644
index b506d41c1..000000000
--- a/templates/web/default/tracking_code.html
+++ /dev/null
@@ -1,18 +0,0 @@
-[% IF c.config.BASE_URL == "http://www.fixmystreet.com" %]
-<script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-660910-4']);
- _gaq.push(['_setDomainName', '.fixmystreet.com']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
-
-</script>
-[% ELSE %]
-<!-- Tracking code not inserted as "[% c.config.BASE_URL %]" not "http://www.fixmystreet.com" -->
-[% END %]