Comment out that line; add “//” in front of it.
FIGURED IT OUT! I was also getting the error message: $ is not a function.
In my Theme’s main Java Script file, I replaced all the $ with jQuery, re-saved the file and the problem was no more.
Not really sure why it works but thrilled that it does.
Yes! Once I figured out what was causing the issue, I didn’t expect to find such a simple solution like this. Works like a charm! Thank you so much.