[richfaces-svn-commits] JBoss Rich Faces SVN: r6266 - trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Feb 21 12:02:26 EST 2008


Author: andrei_exadel
Date: 2008-02-21 12:02:26 -0500 (Thu, 21 Feb 2008)
New Revision: 6266

Modified:
   trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
Log:


Modified: trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
===================================================================
--- trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js	2008-02-21 16:50:40 UTC (rev 6265)
+++ trunk/sandbox/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js	2008-02-21 17:02:26 UTC (rev 6266)
@@ -408,7 +408,6 @@
 
 	getFileSize: function (data) {
 	if (data) {
-		this.progressBar.enable();
 		var progressData = new ProgressData(data);
 		this.progressData = progressData;
 		if (this.activeEntry) {
@@ -423,7 +422,7 @@
 	prepareProgressBar: function () {
 		this.progressBar.setValue(0);
 		Element.show(this._progressBar);
-		//this.progressBar.enable();
+		this.progressBar.enable();
 	},
 	
 	finishProgressBar: function () {




More information about the richfaces-svn-commits mailing list