[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 30 Oct 2007 23:40:50 -0000
albertel Tue Oct 30 19:40:50 2007 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
- BUG#5500 appears something in firefox changed with collapsing the remote,
the form submission seems to no longer occur.
switch to mucking with .location directly (works firefox 2/linux and
IE5.5/6 win)
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.122 loncom/html/res/adm/pages/menu.html:1.123
--- loncom/html/res/adm/pages/menu.html:1.122 Tue Oct 30 19:35:17 2007
+++ loncom/html/res/adm/pages/menu.html Tue Oct 30 19:40:49 2007
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.122 2007/10/30 23:35:17 albertel Exp $
+// $Id: menu.html,v 1.123 2007/10/30 23:40:49 albertel Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -164,7 +164,8 @@
function collapse() {
if (autologout) {
- go('/adm/remote?action=collapse');
+ windowcheck();
+ clientwindow.location='/adm/remote?action=collapse';
}
}