Update of /cvsroot/struts-menu/navigator/web/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv18580/web/scripts

Modified Files:
        menuExpandable.js 
Log Message:
just adding highlighting class, don't replace existing class

Index: menuExpandable.js
===================================================================
RCS file: /cvsroot/struts-menu/navigator/web/scripts/menuExpandable.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** menuExpandable.js   4 Dec 2003 21:11:24 -0000       1.2
--- menuExpandable.js   20 Dec 2003 13:33:01 -0000      1.3
***************
*** 130,134 ****
      for (i=0; i < links.length; i++) {
          if (links[i].href == itemToHighlight) {
!             links[i].className = "highlight";
          }
      }
--- 130,134 ----
      for (i=0; i < links.length; i++) {
          if (links[i].href == itemToHighlight) {
!             links[i].className += " highlight";
          }
      }




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
struts-menu-devel mailing list
[EMAIL PROTECTED]
https://lists.sf.net/lists/listinfo/struts-menu-devel

Reply via email to