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

raeburn raeburn at source.lon-capa.org
Sat Oct 22 20:50:58 EDT 2011


raeburn		Sun Oct 23 00:50:58 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - Backport 1.294.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.285.2.2 loncom/interface/lonhtmlcommon.pm:1.285.2.3
--- loncom/interface/lonhtmlcommon.pm:1.285.2.2	Tue Oct 11 13:12:23 2011
+++ loncom/interface/lonhtmlcommon.pm	Sun Oct 23 00:50:58 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.285.2.2 2011/10/11 13:12:23 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.285.2.3 2011/10/23 00:50:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1233,9 +1233,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