Author: andrei_exadel
Date: 2008-04-17 12:24:09 -0400 (Thu, 17 Apr 2008)
New Revision: 7902
Modified:
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js
Log:
RF-3124
Modified:
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js
===================================================================
---
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js 2008-04-17
15:55:00 UTC (rev 7901)
+++
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js 2008-04-17
16:24:09 UTC (rev 7902)
@@ -54,7 +54,7 @@
this.renderLabel(data['markup'], data['context']);
} else if (this.state == "initialState" && this.value >
this.getMinValue()) {
this.state = "progressState";
- this.forceState("progressState", function () { this.poll() }.bind(this));
+ this.forceState("progressState", function () {
$(this.id).component.enable(); }.bind(this));
return;
}
this.poll();
Show replies by date