[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Fri, 06 Dec 2002 19:29:02 -0000
matthew Fri Dec 6 14:29:02 2002 EDT
Modified files:
/loncom/xml lonxml.pm
Log:
Added the 'cstr' button to the list of ones to clear in a delayed fasion.
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.218 loncom/xml/lonxml.pm:1.219
--- loncom/xml/lonxml.pm:1.218 Fri Dec 6 12:56:53 2002
+++ loncom/xml/lonxml.pm Fri Dec 6 14:29:02 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.218 2002/12/06 17:56:53 matthew Exp $
+# $Id: lonxml.pm,v 1.219 2002/12/06 19:29:02 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -540,7 +540,7 @@
menu.clearbut(7,3);
menu.menucltim=menu.setTimeout(
'clearbut(2,1);clearbut(2,3);clearbut(8,1);clearbut(8,2);clearbut(8,3);'+
- 'clearbut(9,1);clearbut(9,2);clearbut(9,3);clearbut(6,3)',
+ 'clearbut(9,1);clearbut(9,2);clearbut(9,3);clearbut(6,3);clearbut(6,1)',
2000);
}