In Internet Explorer
Javascript error saying "undefined" is empty or not an object
when nice menu and content with email is used
In Internet Explorer
Javascript error saying "undefined" is empty or not an object
when nice menu and content with email is used
Comments
Comment #1
Lil Devil commentedI just ran into this problem a few minutes ago. Fortunately it's a simple fix. A wee little typo in spamspan.js
The 2nd line of getElementsByClass() needs to be changed from
if (scope == null) node = document;
to
if (scope == null) scope = document;
One of these days I need to learn how to submit a proper patch.
Comment #2
lakka commentedComment #3
(not verified) commented