пятница, 19 сентября 2008 г.

Rico javascript framework problem on FireFox 2

Problem: Rico (openrico.org) can't load modules on FireFox 2.
Solution: Open rico.js, find the line:

var elements = document.getElementsByTagName('script');


(for me it is line #29) and replace it with this line:

var elements = $$('script');

Комментариев нет: