Author: andrei_exadel
Date: 2008-05-21 05:26:48 -0400 (Wed, 21 May 2008)
New Revision: 8666
Modified:
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js
Log:
change iframe src from 'about:blank' to 'javascript:'
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-05-21
00:19:11 UTC (rev 8665)
+++
trunk/ui/fileUpload/src/main/resources/org/richfaces/renderkit/html/js/FileUpload.js 2008-05-21
09:26:48 UTC (rev 8666)
@@ -521,7 +521,7 @@
resetFrame: function () {
if (this.iframe) {
- this.iframe.src = "about:blank";
+ this.iframe.src = "javascript:''";
}
},
Show replies by date