View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv14899

Modified Files:
        helpmenu.js 
Log Message:
determining whether or not to display a category submenu now checks both enabled and 
nomenu

Index: helpmenu.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/helpmenu.js,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** helpmenu.js 22 Oct 2002 06:23:56 -0000      1.36
--- helpmenu.js 24 Oct 2002 03:24:55 -0000      1.37
***************
*** 53,57 ****
      
      // Are there any enabled searches in this category?
!     for (var k = 0; k < helparray.length && !helparray[k].enabled; k++)
      {
      }
--- 53,57 ----
      
      // Are there any enabled searches in this category?
!     for (var k = 0; k < helparray.length && (!helparray[k].enabled || 
helparray[k]).nomenu; k++)
      {
      }




-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en

_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to