--- loncom/html/res/adm/pages/menu.html 2000/10/03 20:31:48 1.8 +++ loncom/html/res/adm/pages/menu.html 2000/10/04 23:01:52 1.9 @@ -4,7 +4,7 @@ The LearningOnline Network with CAPA Remote Control 6/12/00,6/13,6/14,6/15 Gerd Kortemeyer Sept Ben Tyszka -10/2,10/3 Gerd Kortemeyer +10/2,10/3,10/4 Gerd Kortemeyer --> LON-CAPA Remote @@ -29,8 +29,15 @@ function windowcheck() { } function logout () { - windowcheck(); - clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; + if (( + clientwindow.window.location.href!="http://"+clienthost+"/adm/logout" + ) && ( + clientwindow.window.location.href!="http://"+clienthost+"/adm/authenticate" + )) + { + windowcheck(); + clientwindow.window.location.href="http://"+clienthost+"/adm/logout"; + } } function display(utext,ltext) {