bobbel
Results 1 - 1 of 1
bybobbel, March 4, 2009
Exactly what I needed! I just had problems with IE6/7. It seems to be a conflict with other JS-Plugins (Ninja Shadowbox?!?).
I changed the way JS is included in this plugin:
Instead
$document->addScriptDeclaration($script);
I use
$document->addCustomTag($script);
and extend the $script variable with some wrapping -Tag.
Perhaps someone else has a better solution for such a problem?!?
I changed the way JS is included in this plugin:
Instead
$document->addScriptDeclaration($script);
I use
$document->addCustomTag($script);
and extend the $script variable with some wrapping -Tag.
Perhaps someone else has a better solution for such a problem?!?
