File "frontend.js"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/map/js/frontend.js
File size: 168 bytes
MIME-type: --
Charset: utf-8

( function( $ ) {
	$( function() {
		$( '.fl-map' ).on( 'click', function() {
			$( this ).find( 'iframe' ).css( 'pointer-events', 'auto' );
		} );
	} );
} )( jQuery );