Rico.JohnnY Posted January 4, 2005 Posted January 4, 2005 version 3.2.3when set the "Display Sorted" to "no",it gives me an error message.see the attached image below
hasi001 Posted January 4, 2005 Posted January 4, 2005 You're right.Found the bug and solved it. Will be included in next release. For a manual fix edit check.js, search for a line if (dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }and replace it withif (dflt[i] && dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }it's all located in function check(se)
hasi001 Posted January 4, 2005 Posted January 4, 2005 Bug fixed in version 3.3.0Johnny Rico - wasn't that the hero's name in 'Starship Troopers' ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now