--- loncom/html/res/adm/pages/menu.html 2007/10/30 23:35:17 1.122
+++ loncom/html/res/adm/pages/menu.html 2007/10/30 23:40:49 1.123
@@ -4,7 +4,7 @@ The LearningOnline Network with CAPA
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 navwindowcheck() {
function collapse() {
if (autologout) {
- go('/adm/remote?action=collapse');
+ windowcheck();
+ clientwindow.location='/adm/remote?action=collapse';
}
}