Guest User

fix for google maps scrolling

a guest
Apr 1st, 2012
783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function initialize() {
  2. var myOptions = {
  3. zoom: <?php echo tribe_get_option( 'embedGoogleMapsZoom', '10' ); ?>,
  4. scrollwheel: false,
  5. center: event_address,
  6. mapTypeId: google.maps.MapTypeId.ROADMAP
  7. };
Add Comment
Please, Sign In to add comment