January 4, 200521 yr version 3.2.3when set the "Display Sorted" to "no",it gives me an error message.see the attached image below
January 4, 200521 yr 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)
January 4, 200521 yr Bug fixed in version 3.3.0Johnny Rico - wasn't that the hero's name in 'Starship Troopers' ?
Create an account or sign in to comment