so i finally got around checking out the error console. Here's what i get :
class is a reserved identifier on line 15.
looking into the code, it's this line :
CODE
function gclass(class, el) {return getel(el).getElementsByClassName(class);}
somehow the function seems to be fucked up, and i with my amateur-coding skills am stumped (especially since i never touched js). I somehow have the feeling that there's a easy way to solve it :/
Simply disabling the line fucks up the UI badly on the upload-page, but at least it does something and doesn't stay the same.
and btw, disabling other add-ons doesn't work either. ad-block was off the whole time.
Anyone wnat to give me a clue? I like mysteries.
This post has been edited by SneakyGray: Jun 12 2011, 03:22