--- loncom/html/res/adm/pages/menu.html 2001/06/16 15:08:09 1.36
+++ loncom/html/res/adm/pages/menu.html 2001/07/25 03:05:49 1.37
@@ -12,6 +12,7 @@ Jan Guy Albertelli
4/30 Ben Tyszka
5/2 Scott Harrison
5/4,5/9,5/28,5/30,6/1,6/2,6/3,6/8,6/15,6/16 Gerd Kortemeyer
+7/24 Scott Harrison
-->
LON-CAPA Remote
@@ -20,7 +21,6 @@ Jan Guy Albertelli
@@ -98,8 +98,8 @@ function deactivate () {
function display(utext,ltext) {
var i; var ch;
this.window.focus();
- if (utext==undefined) { utext=''; }
- if (ltext==undefined) { ltext=''; }
+ if (typeof(utext)=="undefined") { utext=''; }
+ if (typeof(ltext)=="undefined") { ltext=''; }
if ((utext=='') && (ltext=='')) {
utext=statustop;
ltext=statusbot;
@@ -347,5 +347,8 @@ function catalog_info() {
+