Show
Ignore:
Timestamp:
2007-07-07 12:19:05 (18 months ago)
Author:
alfonsoml
Message:

Land on the trunk the unified connectors from #454.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/browser.html

    r220 r413  
    6969        if ( params ) sUrl += '&' + params ; 
    7070 
     71        // Add a random salt to avoid getting a cached version of the command execution 
     72        sUrl += '&uuid=' + new Date().getTime() ; 
     73 
    7174        var oXML = new FCKXml() ; 
    7275 
     
    135138                return 'default.icon' ; 
    136139} 
     140 
     141function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) 
     142{ 
     143        window.frames['frmUpload'].OnUploadCompleted( errorNumber, fileName ) ; 
     144} 
     145 
    137146                </script> 
    138147        </head>