diff options
author | Struan Donald <struan@exo.org.uk> | 2011-09-20 16:13:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-09-20 16:13:15 +0100 |
commit | 6128a2790b682170d2cac4b4674b4ac3ac2dc517 (patch) | |
tree | 63b493b3d442db2078c7fbf1b96afc7d275ef1ba /web/js/map-OpenLayers.js | |
parent | dd82abb2c31d77fbd54799f08322ee074f46a160 (diff) | |
parent | 77f31e8c96c727ea5ab9cf217cfd924074e8f3ed (diff) |
Merge remote branch 'origin/master' into rss-addresses
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index d3914a128..0f9974222 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -49,6 +49,7 @@ $(function(){ fixmystreet.drag.deactivate(); $('#side-form').hide(); $('#side').show(); + $('#sub_map_links').show(); fixmystreet.page = 'around'; }); @@ -317,6 +318,7 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { }); $('#side-form').show(); $('#side').hide(); + $('#sub_map_links').hide(); fixmystreet.page = 'new'; location.hash = 'report'; } |