Open GoogleCodeExporter opened 9 years ago
Solution:
replace the lines 607 and 613
items = document.getElementsByClassName("item", "items");
by
items = $$("div.item");
since getElementsByClassName is deprecated.
Original comment by maluslu...@gmail.com
on 9 Sep 2010 at 11:48
Original issue reported on code.google.com by
maluslu...@gmail.com
on 9 Sep 2010 at 11:29