| Current Path : /home/ereika83/public_html/wp-content/plugins/bb-plugin/modules/map/js/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/bb-plugin/modules/map/js/frontend.js |
( function( $ ) {
$( function() {
$( '.fl-map' ).on( 'click', function() {
$( this ).find( 'iframe' ).css( 'pointer-events', 'auto' );
} );
} );
} )( jQuery );