diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-13 17:08:21 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-13 19:55:48 +0000 |
commit | 4560f0adbebb3493aa90dad7a8c938d3a24d4ae7 (patch) | |
tree | d38c5d9648872b4b0c68981ff9ea31cd13a688af /www/js/map-OpenLayers.js | |
parent | a6ccb5ef3ad31d775d44bb8448e16595c2b434b5 (diff) |
remove old and tidy up code
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({ |