cliff
10/30/2015 - 1:09 AM

for http://theeventscalendar.com/support/forums/topic/google-maps-causing-js-error-though-map-is-disabled/

<?php
function tec_1019677_dequeue_geoloc_script() {
   wp_dequeue_script( 'tribe-events-pro-geoloc' );
}
add_action( 'wp_print_scripts', 'tec_1019677_dequeue_geoloc_script', 100 );