diff options
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 4649b90..1abffeb 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -236,10 +236,6 @@ function show_map(event) { displayProjection: new OpenLayers.Projection("EPSG:4326") }); - if ($('html').hasClass('mobile') && fixmystreet.page == 'around') { - $('#fms_pan_zoom').css({ top: '2.75em !important' }); - } - fixContentHeight(fixmystreet.map); fixmystreet.layer_options = OpenLayers.Util.extend({ |