$ is not a function error with the latest update
-
Line 1032 of includes/js/events-manager.js triggers the following error:
$ is not a function error
Changing it to
if( jQuery(this).prop('readonly') === true ) return;
fixes it. Can you make this change in the next release?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘$ is not a function error with the latest update’ is closed to new replies.