t4user Posted April 28, 2008 Posted April 28, 2008 (edited) EDIT Fixed in release 6.4.1Hello,Not really a bug. In boxes.js function fillBoxes is modified like thisfunction fillBoxes() { ... //insert category and label // -- label -- [color="red"] // Add this lines try { cattext = eval("opt"+cat[i]+"[Language]"); } catch(err) { cattext = cat[i]; }[/color] txt += '<label class="category" '; txt += 'for="' + cat[i][0] + '" '; txt += 'onclick="toggleChecked(\'' + cat[i] + '\'); checkCategory(\'' + cat[i] + '\');" ';[color="red"]txt += '/>' + cattext + '</label>'; // <-- REPLACE cat[i][0] with cattext[/color] // -- category -- if (!DisableCatCheckBoxes) { ....}Regards Edited May 5, 2008 by t4user
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