[richfaces-svn-commits] JBoss Rich Faces SVN: r5823 - trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Feb 5 10:36:34 EST 2008
Author: andrei_exadel
Date: 2008-02-05 10:36:33 -0500 (Tue, 05 Feb 2008)
New Revision: 5823
Modified:
trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js
Log:
fix js error
Modified: trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js
===================================================================
--- trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js 2008-02-05 15:22:59 UTC (rev 5822)
+++ trunk/sandbox/ui/progressBAR/src/main/resources/org/richfaces/renderkit/html/js/progressBar.js 2008-02-05 15:36:33 UTC (rev 5823)
@@ -30,6 +30,7 @@
return null;
},
onComplete: function (data) {
+ if (!$(this.id)) { return; }
if (data) {
this.updateComponent(data);
this.renderLabel(data['markup'], data['context']);
More information about the richfaces-svn-commits
mailing list