Author: andrei_exadel
Date: 2008-03-24 06:36:55 -0400 (Mon, 24 Mar 2008)
New Revision: 7102
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
Log:
cosmetic fix
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
===================================================================
---
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-03-24
09:14:57 UTC (rev 7101)
+++
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-03-24
10:36:55 UTC (rev 7102)
@@ -551,6 +551,7 @@
}
var newUpload = elt.cloneNode(true);
+ elt.onchange = null;
newUpload.id = this.id + ":file" + (this.idCounter++);
this.currentInput = newUpload;
$(this.id + ":add1").appendChild(newUpload);
Show replies by date