Author: andrei_exadel
Date: 2008-05-20 04:16:28 -0400 (Tue, 20 May 2008)
New Revision: 8646
Modified:
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js
Log:
RF-3467
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-05-20
08:07:14 UTC (rev 8645)
+++
trunk/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js 2008-05-20
08:16:28 UTC (rev 8646)
@@ -193,7 +193,7 @@
if (!this.isAjaxMode()) {
this.switchState("progressState");
this.setValue(this.getMinValue() + 1);
- }else {
+ }else if (!(this.value > this.getMaxValue())) {
this.disable();
this.poll();
}