diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-26 18:41:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-09 09:58:36 +0100 |
commit | ee5aa052f4b8b1baf36d4237ecccd2e774b37c10 (patch) | |
tree | 5da09633c9cf1ea111be70ad873a2bb932d3ace6 /perllib/FixMyStreet/App/Controller/Reports.pm | |
parent | b853eaf2783217e7790668a75af1102e1ae333dd (diff) |
adjust the initial display of the map on all reports page so there's
less jumping about on Internet Explorer
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Reports.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm index 60d6d05a9..d5ccb7f3d 100644 --- a/perllib/FixMyStreet/App/Controller/Reports.pm +++ b/perllib/FixMyStreet/App/Controller/Reports.pm @@ -129,6 +129,8 @@ sub ward : Path : Args(2) { any_zoom => 1, ); + $c->cobrand->tweak_all_reports_map( $c ); + # List of wards unless ($c->stash->{ward}) { my $children = mySociety::MaPit::call('area/children', [ $c->stash->{council}->{id} ], |