Hi,

I ran into a problem with this module that I detailed in a post here: http://drupal.org/node/134971

I'm not quite sure what is causing the problem, but I'd be happy to help you try and troubleshoot it.

B-Dot

Comments

psicomante’s picture

The causing problem is

That error occurs in IE mostly when trying to access DOM elements before they are loaded. Check if your DOM-ready events.

I think i could resolve the problem, putting the script at the bottom page.

psicomante’s picture

Status: Active » Fixed

I found the error. I referenced a class that doesn't exist in the DOM tree. IE showed that error, because cannot access to that element. This patch should fix, please try the development release.

Anonymous’s picture

Status: Fixed » Closed (fixed)