Francesco Posted August 12, 2012 Posted August 12, 2012 (edited) FixIn program.js removefunction ProgsInCat(whichCat){ position="program.js"; whatfunc="ProgsInCat()"; var i, res; res=0; for (i=1; prog[i]; i++) { if (cat[i] && cat[i]==whichCat) res++; } return res;}and replace boxes.js with the attached fileboxes.jsEDIT: Updated boxes.js to fix the last item going on a new line issue. Edited August 16, 2012 by Francesco
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