HEX
Server:Apache
System:Linux localhost 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User:enlugo-es (10006)
PHP:7.4.33
Disabled:opcache_get_status
Upload Files
File: /var/www/vhosts/enlugo.es/httpdocs/wp-content/plugins/google-maps-ready/js/mutal.js
jQuery.fn.scrollTo = function(elem) { 
	jQuery(this).scrollTop(jQuery(this).scrollTop() - jQuery(this).offset().top + jQuery(elem).offset().top); 
	return this; 
};
function toggleBounce(marker,animType) {
	if(animType == 0 || !marker){
		return false;   
	}
	if (marker.getAnimation() != null) {
		marker.setAnimation(null);
	} else if(animType==2) {	
		marker.setAnimation(null);
	} else {
		marker.setAnimation(google.maps.Animation.BOUNCE);
	}
}
 function gmpGetLicenseBlock() {
   return '<a class="mapLicenzetext GmpMapLicenseBlock" href="http://readyshoppingcart.com/product/google-maps-plugin/" target="_blank">'+ 'Google Maps WordPress Plugin'+ '</a>';
}
function gmpAddLicenzeBlock(mapId){
	if(parseInt(GMP_DATA.youHaveLicense))
		return;
	var befElem = jQuery('#'+ mapId).find('.gmnoprint').find('.gm-style-cc');
	befElem.css('float', 'right');
	befElem.css('width', '400px');
	befElem.find('a').after(gmpGetLicenseBlock());
}