- Timestamp:
- 2007-07-07 12:19:05 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/browser.html
r220 r413 69 69 if ( params ) sUrl += '&' + params ; 70 70 71 // Add a random salt to avoid getting a cached version of the command execution 72 sUrl += '&uuid=' + new Date().getTime() ; 73 71 74 var oXML = new FCKXml() ; 72 75 … … 135 138 return 'default.icon' ; 136 139 } 140 141 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) 142 { 143 window.frames['frmUpload'].OnUploadCompleted( errorNumber, fileName ) ; 144 } 145 137 146 </script> 138 147 </head>