Wednesday, November 21, 2012

Cargowiz issue bd.addClass is not a function ext-tree.js (line 33)




Open file
js/extjs/ext-tree.js

Search for bd.className
Replace bd.addClass(cls);  by  bd.className+=cls;


firefox screen shot of the error:

1 comment: