Diff for /loncom/html/res/adm/pages/menu.html between versions 1.52 and 1.53

version 1.52, 2002/05/15 20:44:24 version 1.53, 2002/05/17 15:09:06
Line 241  function cstrgo(currenturl,defaulturl) { Line 241  function cstrgo(currenturl,defaulturl) {
 function go(url) {  function go(url) {
    windowcheck();     windowcheck();
    this.document['led'].src="ledsend.gif";     this.document['led'].src="ledsend.gif";
    if (url!='') {     if (url!='' && url!= null) {
        currentURL = null;         currentURL = null;
        clientwindow.window.location.href="http://"+clienthost+url;         clientwindow.window.location.href="http://"+clienthost+url;
    }     }

Removed from v.1.52  
changed lines
  Added in v.1.53


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