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

matthew lon-capa-cvs@mail.lon-capa.org
Mon, 13 May 2002 19:18:30 -0000


matthew		Mon May 13 15:18:30 2002 EDT

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  Removal of changes made in last commit because javascript is a bitch.
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.50 loncom/html/res/adm/pages/menu.html:1.51
--- loncom/html/res/adm/pages/menu.html:1.50	Mon May 13 14:32:11 2002
+++ loncom/html/res/adm/pages/menu.html	Mon May 13 15:18:29 2002
@@ -4,7 +4,7 @@
 Remote Control
 
 //
-// $Id: menu.html,v 1.50 2002/05/13 18:32:11 matthew Exp $
+// $Id: menu.html,v 1.51 2002/05/13 19:18:29 matthew Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -209,10 +209,7 @@
 function cstrgo(currenturl,defaulturl) {
    windowcheck();
    var url;
-   var reg = /\.(\d+)\.(\w+)$/;
    if (currenturl == null || currenturl == '') {
-      url = defaulturl;
-   } else if (reg.test(currenturl)) {
       url = defaulturl;
    } else {
       url = currenturl;