[richfaces-svn-commits] JBoss Rich Faces SVN: r13906 - trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 29 09:25:11 EDT 2009


Author: nbelaevski
Date: 2009-04-29 09:25:11 -0400 (Wed, 29 Apr 2009)
New Revision: 13906

Modified:
   trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/scripts/ui.colorpicker.js
Log:
https://jira.jboss.org/jira/browse/RF-6948

Modified: trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/scripts/ui.colorpicker.js
===================================================================
--- trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/scripts/ui.colorpicker.js	2009-04-29 13:10:27 UTC (rev 13905)
+++ trunk/ui/colorPicker/src/main/resources/org/richfaces/renderkit/html/scripts/ui.colorpicker.js	2009-04-29 13:25:11 UTC (rev 13906)
@@ -122,7 +122,7 @@
 		this.patternDec.compile("[^0-9]+");
 		this.charMin = 65;
 		var o = this.options, self = this,
-		tpl = $(" + div.rich-color-picker-wrapper", this.element);
+		tpl = $(" + .rich-color-picker-wrapper", this.element);
 		
 		if (o.color.indexOf('hsb') > -1) {
 			this.color = this._fixColors(o.color, 'hsb');// this._fixHSB(this._fixColors(o.color, 'hsb'));




More information about the richfaces-svn-commits mailing list