[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Wed, 10 Oct 2007 14:39:50 -0000


albertel		Wed Oct 10 10:39:50 2007 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - missed a addbuttons removal
  
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.463 loncom/xml/lonxml.pm:1.464
--- loncom/xml/lonxml.pm:1.463	Tue Oct  9 20:02:27 2007
+++ loncom/xml/lonxml.pm	Wed Oct 10 10:39:49 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.463 2007/10/10 00:02:27 albertel Exp $
+# $Id: lonxml.pm,v 1.464 2007/10/10 14:39:49 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1495,7 +1495,6 @@
       } else {
 	  $initialize.=(<<FULLPAGE);
 <script type="text/javascript">
-$addbuttons
     function initDocument() {
 	resize_textarea('$textarea_id','LC_aftertextarea');
     }