Show
Ignore:
Timestamp:
2008-03-26 09:38:26 (8 months ago)
Author:
fredck
Message:

[Release 2.6 RC] Line endings and spaces fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/connectors/uploadtest.html

    r1796 r1805  
    5757                } 
    5858        } 
    59 })() ;   
    60                  
     59})() ; 
     60 
    6161function SendFile() 
    6262{ 
     
    7676 
    7777        var date = new Date() 
    78          
     78 
    7979        frmUpload.action = sUploaderUrl + '?time=' + date.getTime(); 
    8080        if (document.getElementById('cmbType').value) { 
     
    168168                                                                        Upload a new file:<br> 
    169169                                                                        <input type="file" name="NewFile"><br> 
    170                                                                           
     170 
    171171                                                                        <input type="button" value="Send it to the Server" onclick="SendFile();"> 
    172172                                                                </form>