I have some code that works one on server, but not on another, for rendering a map. Here's my code with the output going to a shortcode.
ob_start();
rwmb_the_value( 'fang_event_map', $args );
$map = ob_get_contents();
ob_end_clean();
The error looks like a normal jquery error: