turn off scrollwheel in googlemap
[myslice.git] / plugins / googlemap / static / js / googlemap.js
index 8501c74..d3784b8 100644 (file)
@@ -75,6 +75,7 @@ googlemap_debug_detailed=false;
             var myOptions = {
                 zoom: this.options.zoom,
                 center: center,
+               scrollwheel: false,
                 mapTypeId: google.maps.MapTypeId.ROADMAP,
             }