In program.js remove
function 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 file
boxes.js (28.34K)
Number of downloads: 3
EDIT: Updated boxes.js to fix the last item going on a new line issue.
This post has been edited by Francesco: 16 August 2012 - 05:50 AM



Help

Back to top









