There's a bug in the JavaScript where I get an Error in IE.
Actually it's missing a "var" in the line where it gets the options...
The line is something like options = new Object(); IE was
complaining that options was already initialized and this was actually
a local variable. So adding "var" in front made IE happy.
Original issue reported on code.google.com by gena01 on 12 Jul 2008 at 2:35
Original issue reported on code.google.com by
gena01
on 12 Jul 2008 at 2:35