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'));