Found A Bug on jQuery of Location Map
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Found A Bug on jQuery of Location Map’ is closed to new replies.