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 /perllib/FixMyStreet/Cobrand/Oxfordshire.pm | |
parent | 1ace947ac1e6f9b0fd3bdf3e8cd3dec6d4473f27 (diff) |
[Oxfordshire] Remove broken JS and update base URL
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Oxfordshire.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
1 files changed, 1 insertions, 1 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 { |