aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 13:51:52 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-07-04 13:51:52 +0100
commit91db7d51d0e2fe172e84ba4c00b4cf319e15c16d (patch)
tree09b7d23180869646f47dc2b46cb30b19250c86f3
parent1ace947ac1e6f9b0fd3bdf3e8cd3dec6d4473f27 (diff)
[Oxfordshire] Remove broken JS and update base URL
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm2
-rw-r--r--templates/web/oxfordshire/tracking_code.html6
2 files changed, 1 insertions, 7 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index 543dd431a..39fe95405 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -12,7 +12,7 @@ sub is_two_tier { return 1; }
sub base_url {
return FixMyStreet->config('BASE_URL') if FixMyStreet->config('STAGING_SITE');
- return 'http://fixmystreet.oxfordshire.gov.uk';
+ return 'https://fixmystreet.oxfordshire.gov.uk';
}
sub enter_postcode_text {
diff --git a/templates/web/oxfordshire/tracking_code.html b/templates/web/oxfordshire/tracking_code.html
index f2a79aeb8..7a100f8ad 100644
--- a/templates/web/oxfordshire/tracking_code.html
+++ b/templates/web/oxfordshire/tracking_code.html
@@ -8,12 +8,6 @@
_gaq.push(['_setCustomVar',1,'level1','Roads and transport',3]);
_gaq.push(['_setCustomVar',2,'level2','FixMyStreet',3]);
_gaq.push(['_trackPageview']);
- jQuery(document).ready( function () {
- jQuery.occ.gaico({
- messageIcon: '/cms/sites/all/themes/publicsite/images/gaico_exclamation.png',
- permanentMessageIcon: '/cms/sites/all/themes/publicsite/images/gaico_question.png'
- });
- });
</script>