[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm

raeburn raeburn at source.lon-capa.org
Sat Oct 22 20:27:10 EDT 2011


raeburn		Sun Oct 23 00:27:10 2011 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - Update jQuery to 1.6.2, and jQuery-ui to 1.8.16.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.293 loncom/interface/lonhtmlcommon.pm:1.294
--- loncom/interface/lonhtmlcommon.pm:1.293	Fri Sep  9 23:42:39 2011
+++ loncom/interface/lonhtmlcommon.pm	Sun Oct 23 00:27:10 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.293 2011/09/09 23:42:39 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.294 2011/10/23 00:27:10 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1244,9 +1244,9 @@
 ENDEDITOR
 	}
     $s.=(<<ENDJQUERY);
-<script type="text/javascript" src="/adm/jQuery/js/jquery-1.3.2.min.js"></script>
-<script type="text/javascript" src="/adm/jQuery/js/jquery-ui-1.7.2.custom.min.js"></script>
-<link rel="stylesheet" type="text/css" href="/adm/jQuery/css/smoothness/jquery-ui-1.7.2.custom.css" />
+<script type="text/javascript" src="/adm/jQuery/js/jquery-1.6.2.min.js"></script>
+<script type="text/javascript" src="/adm/jQuery/js/jquery-ui-1.8.16.custom.min.js"></script>
+<link rel="stylesheet" type="text/css" href="/adm/jQuery/css/smoothness/jquery-ui-1.8.16.custom.css" />
 ENDJQUERY
 	return $s;
 }




More information about the LON-CAPA-cvs mailing list