View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd
In directory sc8-pr-cvs1:/tmp/cvs-serv14301
Modified Files:
helpbox.js
Log Message:
nomenu items (only) are hidden from the help window but enabled/disabled are not -
changed the comments to reflect this
Index: helpbox.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/helpbox.js,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** helpbox.js 27 Jun 2003 09:17:20 -0000 1.38
--- helpbox.js 27 Jun 2003 09:25:49 -0000 1.39
***************
*** 76,85 ****
helparray.sort( searchCompare );
! // Are there any enabled searches in this category?
! for (var k = 0; k < helparray.length && (!helparray[k].enabled ||
helparray[k].nomenu); k++)
{
}
! // If all the searches are disabled in the category, don't display this
category
if ( k == helparray.length )
continue;
--- 76,85 ----
helparray.sort( searchCompare );
! // Are there any searches without nomenu specified in this category?
! for (var k = 0; k < helparray.length && helparray[k].nomenu; k++)
{
}
! // If all the searches have nomenu specified in the category, don't display
this category
if ( k == helparray.length )
continue;
-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/