Jump to content

[BUG+FIX] Don't split categories ignores hidden items


Recommended Posts

Fix

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

EDIT: Updated boxes.js to fix the last item going on a new line issue.

Edited by Francesco
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...