X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fjs%2Fgooglemap.js;h=d3784b8aa22c647d0a4db326e6c022516234718b;hb=9911bffa231271419b7f8e7a9f5a1bfa20f3e58f;hp=8501c7410b8fe1ba9811863c14b442da71718fd3;hpb=efc6ef6e1df9bb9543a0d15d6a36898da1481312;p=unfold.git 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, }