diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-26 14:34:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-26 14:34:57 +0100 |
commit | 8ab2f611d11503cc7fea779be7f7c2b314f91e74 (patch) | |
tree | fb5e4f8e6ebe774a11395468c488a9ed26f1ce51 /perllib/FixMyStreet/App/Controller/Questionnaire.pm | |
parent | 408b256e4f863a43c4f81209106b4ac23aaa666a (diff) | |
parent | 14a70af1b2e89efef459cf206ef88683889ab10c (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Questionnaire.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Questionnaire.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Questionnaire.pm b/perllib/FixMyStreet/App/Controller/Questionnaire.pm index ba714a736..f6d7299b3 100755 --- a/perllib/FixMyStreet/App/Controller/Questionnaire.pm +++ b/perllib/FixMyStreet/App/Controller/Questionnaire.pm @@ -266,7 +266,6 @@ sub display : Private { colour => $problem->state eq 'fixed' ? 'green' : 'red', } ], ); - $c->stash->{map_js} = FixMyStreet::Map::header_js(); $c->stash->{cobrand_form_elements} = $c->cobrand->form_elements('questionnaireForm'); } |