//if status google is good
//...
} else {
(function($) {
$('#map').append('<div style="height:400px;background: url(' + noLuck + ') no-repeat center center;"><p style="padding:50px 0;text-align:center;"><?php echo esc_js( __( 'Sorry, the address could not be found.', APP_TD ) ); ?></p></div>');
return false;
})(jQuery);
}
//if status google is good
//...
} else {
(function($) {
$('#map').html('<div style="height:400px;background: url(' + noLuck + ') no-repeat center center;"><p style="padding:50px 0;text-align:center;"><?php echo esc_js( __( 'Sorry, the address could not be found.', APP_TD ) ); ?></p></div>');
return false;
})(jQuery);
}
There are currently 1 users browsing this thread. (0 members and 1 guests)