diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-24 13:16:48 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-24 13:16:48 +0100 |
commit | f75abf8da76dd83fb0fae0a2807cd6777305b9f6 (patch) | |
tree | 80eb0aed8f3c20fda03f3c0168b7ad6531e24267 /perllib/FixMyStreet/Map/Tilma/Original.pm | |
parent | 39de750282cb6e5248320ac4408c4b57afe33597 (diff) | |
parent | 388a9b16d9dfa25b4854c8a3685dc3c764c391a5 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/Map/Tilma/Original.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Tilma/Original.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Map/Tilma/Original.pm b/perllib/FixMyStreet/Map/Tilma/Original.pm index 20fc79a60..bf55e51eb 100644 --- a/perllib/FixMyStreet/Map/Tilma/Original.pm +++ b/perllib/FixMyStreet/Map/Tilma/Original.pm @@ -96,14 +96,12 @@ sub display_map { my $cobrand = Page::get_cobrand($q); my $root_path_js = Cobrand::root_path_js($cobrand, $q); - my $out = FixMyStreet::Map::header($q, $params{type}); + my $out = ''; my $img_type; if ($params{type}) { $out .= <<EOF; <input type="hidden" name="x" id="formX" value="$x"> <input type="hidden" name="y" id="formY" value="$y"> -<input type="hidden" name="latitude" value="$params{latitude}"> -<input type="hidden" name="longitude" value="$params{longitude}"> EOF $img_type = '<input type="image"'; } else { |