[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
www
lon-capa-cvs@mail.lon-capa.org
Fri, 23 May 2003 16:37:31 -0000
www Fri May 23 12:37:31 2003 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
Still working on flags if clientwindow is available ...
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.97 loncom/html/res/adm/pages/menu.html:1.98
--- loncom/html/res/adm/pages/menu.html:1.97 Fri May 23 09:56:39 2003
+++ loncom/html/res/adm/pages/menu.html Fri May 23 12:37:30 2003
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.97 2003/05/23 13:56:39 www Exp $
+// $Id: menu.html,v 1.98 2003/05/23 16:37:30 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -59,7 +59,7 @@
var reloadSymb='';
var currentStale=1;
var menucltim;
-var noclient=1;
+var noclient=0;
var clockdelta=0;
@@ -280,6 +280,7 @@
currentURL = null;
currentSymb= null;
clientwindow.window.location.href="http://"+clienthost+url;
+ noclient=0;
}
}
@@ -294,6 +295,7 @@
this.document.server.url.value='';
this.document.server.postsymb.value='';
this.document.server.submit();
+ noclient=0;
}
}
@@ -308,6 +310,7 @@
this.document.server.url.value=currentURL;
this.document.server.postsymb.value=currentSymb;
this.document.server.submit();
+ noclient=0;
}
}