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 () {
Show replies by date