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

foxr foxr at source.lon-capa.org
Mon Oct 8 06:47:34 EDT 2012


foxr		Mon Oct  8 10:47:34 2012 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  Remove double binding of colorpicker.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.326 loncom/interface/lonhtmlcommon.pm:1.327
--- loncom/interface/lonhtmlcommon.pm:1.326	Mon Oct  8 10:26:34 2012
+++ loncom/interface/lonhtmlcommon.pm	Mon Oct  8 10:47:34 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.326 2012/10/08 10:26:34 foxr Exp $
+# $Id: lonhtmlcommon.pm,v 1.327 2012/10/08 10:47:34 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1355,8 +1355,6 @@
 			$(this).before("<div><a href=\"#\" id=\"LC_rt_"+id+"\" title=\"Enable rich text formatting (bold, italic, etc.)\" class=\"LC_enable_rt\"><b>Rich formatting »</b></a></div>");
 			$("#LC_rt_"+id).click(editorHandler);
 		});
-                $.fn.jPicker.defaults.images.clientPath="/adm/jpicker/images/";
-                $(".colorchooser").jPicker();
 
 
 	});




More information about the LON-CAPA-cvs mailing list