Closed timmywheels closed 4 years ago
This fixes an issue where the jQuery shorthand, $, is undefined causing the functions within default.hbs to fail.
$
undefined
default.hbs
Hey @timwheelercom, thanks for your PR!
Please try removing $.noConflict(); from the MailChimp popup script on your site and there will be no error :)
$.noConflict();
This fixes an issue where the jQuery shorthand,
$
, isundefined
causing the functions withindefault.hbs
to fail.