Changeset 6174


Ignore:
Timestamp:
05/14/12 14:48:47 (12 years ago)
Author:
gustavo
Message:

Ticket #2676 - Falha ao anexar arquivo no expresso mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r6172 r6174  
    36813681        var maxAttachmentSize = (preferences.max_attachment_size !== "" && preferences.max_attachment_size != 0) ? (parseInt(preferences.max_attachment_size.replace('M', '')) * 1048576 ) : false; 
    36823682         
    3683         fileUploadMSG.find(".button").button().filter(".fileinput-button").find("input:file").fileupload({ 
     3683        fileUploadMSG.find(".button").button().filter(".fileinput-button").find(".ui-button-text").css("margin-top", "2px").find("input:file").fileupload({ 
    36843684                //singleFileUploads : true, 
    36853685                sequentialUploads: true,  
     
    36903690                dropZone : fileUploadMSG, 
    36913691                formData: function(form) { 
    3692                         $.each(this.files, function(index, value){ 
    3693                                  
    3694                         });  
    36953692                        return [ 
    36963693                                { 
Note: See TracChangeset for help on using the changeset viewer.