Home › Forums › MapPress Support › IE8 shows no POI list in mashup › Reply To: IE8 shows no POI list in mashup
February 13, 2013 at 3:37 am
#11658
ahh. Totally forgot about appending functions.php, So I set up something simple but it’s getting an Ajax error any idea why?
add_action(‘mappress_map_display’, ‘hide_some_maps’);
function hide_some_maps() {
?><script type=”text/javascript”>
( function( $ ){
alert(‘test’);
} )( jQuery )
</script>
<?php
}