From 9911bffa231271419b7f8e7a9f5a1bfa20f3e58f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 21 Nov 2013 15:01:39 +0100 Subject: [PATCH] turn off scrollwheel in googlemap --- plugins/googlemap/static/js/googlemap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/googlemap/static/js/googlemap.js b/plugins/googlemap/static/js/googlemap.js index 8501c741..d3784b8a 100644 --- a/plugins/googlemap/static/js/googlemap.js +++ b/plugins/googlemap/static/js/googlemap.js @@ -75,6 +75,7 @@ googlemap_debug_detailed=false; var myOptions = { zoom: this.options.zoom, center: center, + scrollwheel: false, mapTypeId: google.maps.MapTypeId.ROADMAP, } -- 2.43.0