aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-15 17:24:53 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-15 17:24:53 +0000
commit8c241e8e65a686608c104ca5d2dae1ec33014224 (patch)
treeb20bc4ce0994ffde3b5c4262580e85a6de70a690 /www/js/map-OpenLayers.js
parent6f2a53b4c0d60d1d3a741ff12e9b1c000d34cec8 (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.js1
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();
}
}