From: Thierry Parmentelat Date: Thu, 21 Nov 2013 14:01:39 +0000 (+0100) Subject: turn off scrollwheel in googlemap X-Git-Tag: myslice-0.3-0~113^2~3 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=9911bffa231271419b7f8e7a9f5a1bfa20f3e58f turn off scrollwheel in googlemap --- 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, }