Diff for /loncom/html/res/adm/pages/menu.html between versions 1.80 and 1.81

version 1.80, 2002/12/06 21:24:49 version 1.81, 2002/12/09 17:08:19
Line 246  function setstatus(tp,bt) { Line 246  function setstatus(tp,bt) {
 function go(url) {  function go(url) {
    windowcheck();     windowcheck();
    statuslocked=0;     statuslocked=0;
    this.document['led'].src="ledsend.gif";     this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='' && url!= null) {     if (url!='' && url!= null) {
        currentURL = null;         currentURL = null;
        currentSymb= null;         currentSymb= null;

Removed from v.1.80  
changed lines
  Added in v.1.81


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