• Resolved michaelwellnerwp

    (@michaelwellnerwp)


    When I activate Ajax then on the events page I get the following JS error in my browser:

    Uncaught SyntaxError: Unexpected token '<'

    It refers to this JavaScript part of your plugin:

    		var geo_coords = wrapper.find("input.em-search-geo-coords");</p>
    <p>		var geo_field_status = function( status ){

    Disabling wpautop does NOT work:

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    How can I solve this problem?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘JavaScript error “unexpected token” on events page’ is closed to new replies.