diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 16:29:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-04-20 19:37:33 +0100 |
commit | 97a01fcec2c48e379394e0127888edc2e5bbde91 (patch) | |
tree | 04df4cd736964be7fb690c0da6ad20ae75b5e73e /perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |
parent | 0fe0f7e15317fd66925195bbb624bbb572d2b8ef (diff) |
Remove final web/fixmystreet templates.
And associated, e.g. nothing references fixmystreet-old-box.js any more.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index 99fe6da15..c8c1eef66 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -8,7 +8,6 @@ sub path_to_web_templates { my $self = shift; return [ FixMyStreet->path_to( 'templates/web/fixmystreet.com' )->stringify, - FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify ]; } |