[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
www
lon-capa-cvs@mail.lon-capa.org
Mon, 13 Oct 2003 00:22:00 -0000
www Sun Oct 12 20:22:00 2003 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
Fix Extended Display for non-LCD mode
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.109 loncom/html/res/adm/pages/menu.html:1.110
--- loncom/html/res/adm/pages/menu.html:1.109 Sun Oct 12 18:02:44 2003
+++ loncom/html/res/adm/pages/menu.html Sun Oct 12 20:22:00 2003
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.109 2003/10/12 22:02:44 www Exp $
+// $Id: menu.html,v 1.110 2003/10/13 00:22:00 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -458,7 +458,7 @@
<script type="text/javascript">
//<!--
function bigdisplay(dt,db,i) {
- extdisp.document.writeln(dt+'<br />'+db);
+ extdisp.document.writeln(dt[i]+'<br />'+db[i]);
}
function showdisplay(utext,ltext) {