In Internet Explorer
Javascript error saying "undefined" is empty or not an object
when nice menu and content with email is used

Comments

Lil Devil’s picture

I 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.

lakka’s picture

Assigned: Unassigned » lakka
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)