Changeset 7872


Ignore:
Timestamp:
02/07/13 15:38:49 (11 years ago)
Author:
cristiano
Message:

Ticket #3345 - NOVO EMAIL Ao anexar mensagens e depois removela

File:
1 edited

Legend:

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

    r7844 r7872  
    51675167                                                upload.find('.att-box-delete').click(function(){ 
    51685168                            $("#content_id_"+currentTab+" .save").button("enable"); 
    5169                                                         var idAttach = $(this).parent().find('input[name="fileId[]"]').val(); 
    5170                                                         fileUploadMSG.find(' .attachments-list').find('input[value="'+idAttach+'"]').remove(); 
    5171                                                         delAttachment(ID,idAttach);  
     5169                            var elAttach = $(this).parent().find('input[name="fileId[]"]'); 
     5170                                                    delAttachment(ID,$(elAttach).val()); 
     5171                            $(elAttach).remove(); 
    51725172                                                        $(this).parent().qtip("destroy"); 
    51735173                                                        $(this).parent().remove(); 
Note: See TracChangeset for help on using the changeset viewer.