aboutsummaryrefslogtreecommitdiffstats
path: root/web/js
diff options
context:
space:
mode:
authorZarino Zappia <zarino@mysociety.org>2016-06-17 13:37:57 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-07-01 17:52:01 +0100
commit615e5b7b1cc1a829f4ee982659220a7a01a13639 (patch)
tree7f73401078e4b5c2f2469d7cf60c4362daa1a5df /web/js
parent1ace947ac1e6f9b0fd3bdf3e8cd3dec6d4473f27 (diff)
Move most JavaScript mobile map changes to CSS.
Diffstat (limited to 'web/js')
-rw-r--r--web/js/map-OpenLayers.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 1379d0fa5..361bd0e96 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -394,12 +394,6 @@ $(function(){
}, fixmystreet.map_options)
);
- // Need to do this here, after the map is created (might not have been when
- // resize() called)
- if ($('html').hasClass('mobile') && fixmystreet.page == 'around') {
- $('#fms_pan_zoom').css({ top: '2.75em' });
- }
-
// Set it up our way
var layer;