When I enable the following module, I get a Javascript error:
CMC - Newsletter subscription, Site, Module, 4.1.0
I've now disabled the module on a couple of pages. The error is still present on my site homepage (https://echoactive.com), when I check Chrome Console, I get:
1. Uncaught TypeError: Cannot read property 'setAttribute' of null
at js-8ea63-99950.js:685
(anonymous) @ js-8ea63-99950.js:685
at 685...
pnProductNav.setAttribute("data-overflowing",determineOverflow(pnProductNavContents,pnProductNav));
2. (index):35 Uncaught TypeError: cmc is not a constructor
at HTMLDocument.<anonymous> ((index):35)
at i (js-3063e-99950.js:38)
at Object.fireWith [as resolveWith] (js-3063e-99950.js:38)
at Function.ready (js-3063e-99950.js:38)
at HTMLDocument.K (js-3063e-99950.js:38)
at 35...
jQuery(document).ready(function() {
new cmc("#cmc-signup-253"

});