• Andrew

    (@turdin)


    My map stopped working after this last WordPress update, so i took a look and found that there a bug on line 1032 of the file “events-manager/includes/js/events-manager.js”

    Where is
    if( $(this).prop('readonly') === true ) return;

    Should be
    if( jQuery(this).prop('readonly') === true ) return;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    This is already been reported and the Dev’s will be looking into this issue.

    • This reply was modified 5 years ago by angelo_nwl.
    Daniel

    (@dhoffmann)

    @turdin thx for the fix, that worked temporarily on my site.

    quinze

    (@quinze)

    @angelo_nwl and when do you intend to fix this ?

    timrv

    (@timrv)

    Hello,

    Currently, We can’t give any exact time on when it will be released. However Our devs are already aware of the issue and should be added on the future release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Found A Bug on jQuery of Location Map’ is closed to new replies.