Author: ilya_shaikovsky
Date: 2009-05-25 04:53:34 -0400 (Mon, 25 May 2009)
New Revision: 14295
Modified:
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
https://jira.jboss.org/jira/browse/RF-7241
Modified:
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2009-05-25
08:28:06 UTC (rev 14294)
+++
branches/community/3.3.X/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2009-05-25
08:53:34 UTC (rev 14295)
@@ -371,7 +371,7 @@
var value = jQuery(this.comboList.activeItem).text();
- if((this.comboValue.value && (this.comboValue.value != value)) {
+ if(this.comboValue.value && (this.comboValue.value != value)) {
Richfaces.invokeEvent(this.onchange, this.combobox, "onchange",
{value:value});
}