aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-19 12:46:39 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-19 12:46:39 +0100
commitd44c6e58d1efe505006a38a62b61b1045031dd49 (patch)
treeb9d453c4ca0ae8b3d869d82ec4f1607ff0d7666c /perllib/FixMyStreet/App/Controller/Report.pm
parentd8534c980d298764a0956fb803e7b23f496e9a30 (diff)
Migrate /reports page (minus RSS).
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm
index 1e1c6c974..ff4bb080c 100644
--- a/perllib/FixMyStreet/App/Controller/Report.pm
+++ b/perllib/FixMyStreet/App/Controller/Report.pm
@@ -238,6 +238,7 @@ sub generate_map_tags : Private {
post => $map_links
);
$c->stash->{map_end_html} = FixMyStreet::Map::display_map_end(0),
+ $c->stash->{map_js} = FixMyStreet::Map::header_js();
return 1;
}