Diff for /loncom/html/res/adm/pages/menu.html between versions 1.116 and 1.118

version 1.116, 2005/06/06 20:20:30 version 1.118, 2005/08/11 13:35:52
Line 265  function gonav(url) { Line 265  function gonav(url) {
       navwindowcheck();        navwindowcheck();
       statuslocked=0;        statuslocked=0;
       this.document.server.target="loncapanav";        this.document.server.target="loncapanav";
    }       } else {
            this.document.server.target="loncapaclient";
      } 
    this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
        this.document.server.action="http://"+clienthost+url;         this.document.server.action="http://"+clienthost+url;

Removed from v.1.116  
changed lines
  Added in v.1.118


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>