diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 11:04:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-09-09 11:04:15 +0100 |
commit | 4e8af1aaea80ac7fe2c0ef7ed62f52061da3054b (patch) | |
tree | 50f87ab7d103253f8d7d7e32d7b7a4258fa1db74 /web/js/map-OpenLayers.js | |
parent | 63e03938cbc9401eccf36bdce8f312f171559c80 (diff) |
ie6 class for other cobrand headers, small screen tweaks for headings.
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'; } |