aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/tracking_code.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2012-01-30 16:36:43 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2012-01-30 16:46:06 +0000
commit9a9889db881e24c17f51804ba56c11bd264bbf9c (patch)
tree2f6f8de01e3aba72f8736c9a25606b85842d495f /templates/web/default/tracking_code.html
parenta176268063145c9a2d5359c24da0143fb4fe7520 (diff)
Make FixMyStreet a cobrand, like the others.
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 %]