diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-15 17:24:53 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-15 17:24:53 +0000 |
commit | 8c241e8e65a686608c104ca5d2dae1ec33014224 (patch) | |
tree | b20bc4ce0994ffde3b5c4262580e85a6de70a690 /www/js/map-OpenLayers.js | |
parent | 6f2a53b4c0d60d1d3a741ff12e9b1c000d34cec8 (diff) |
make sure that dragging is enabled when we load the map
Diffstat (limited to 'www/js/map-OpenLayers.js')
-rw-r--r-- | www/js/map-OpenLayers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/map-OpenLayers.js b/www/js/map-OpenLayers.js index 3870723..7d694e1 100644 --- a/www/js/map-OpenLayers.js +++ b/www/js/map-OpenLayers.js @@ -276,6 +276,7 @@ function show_map(event) { if ( localStorage.currentReport ) { mark_here(); } else { + fixmystreet.nav.activate(); $('#mark-here').show(); } } |