[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html

www lon-capa-cvs@mail.lon-capa.org
Mon, 09 Dec 2002 17:08:20 -0000


www		Mon Dec  9 12:08:20 2002 EDT

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  Needed full path.
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.80 loncom/html/res/adm/pages/menu.html:1.81
--- loncom/html/res/adm/pages/menu.html:1.80	Fri Dec  6 16:24:49 2002
+++ loncom/html/res/adm/pages/menu.html	Mon Dec  9 12:08:19 2002
@@ -4,7 +4,7 @@
 Remote Control
 
 //
-// $Id: menu.html,v 1.80 2002/12/06 21:24:49 albertel Exp $
+// $Id: menu.html,v 1.81 2002/12/09 17:08:19 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -246,7 +246,7 @@
 function go(url) {
    windowcheck();
    statuslocked=0;
-   this.document['led'].src="ledsend.gif";
+   this.document['led'].src="http://"+clienthost+imgpath+"ledsend.gif";
    if (url!='' && url!= null) {
        currentURL = null;
        currentSymb= null;