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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now