diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-01 13:35:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 16:26:56 +0100 |
commit | 88933aa8df0f748dce8188cde99b6199ae070864 (patch) | |
tree | 11a5ad35d1ab675a18ec73b752d35f8540414cc4 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | 45aaf63033e7d4d24ba570f7460746fe28f9f59f (diff) |
Make sure map JS works through an admin proxy.
Tidy up use of absolute URLs when in the admin.
Have the 404 handler spot static files in admin as a fallback.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index 61011a414..b321a21c4 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -23,10 +23,6 @@ sub restriction { return {}; } -sub admin_base_url { - return 'https://secure.mysociety.org/admin/bci'; -} - sub title_list { my $self = shift; my $areas = shift; |