diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 13:51:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 13:51:52 +0100 |
commit | 91db7d51d0e2fe172e84ba4c00b4cf319e15c16d (patch) | |
tree | 09b7d23180869646f47dc2b46cb30b19250c86f3 | |
parent | 1ace947ac1e6f9b0fd3bdf3e8cd3dec6d4473f27 (diff) |
[Oxfordshire] Remove broken JS and update base URL
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 | ||||
-rw-r--r-- | templates/web/oxfordshire/tracking_code.html | 6 |
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> |