Ignore:
Timestamp:
06/01/12 08:59:12 (12 years ago)
Author:
gustavo
Message:

Ticket #2768 - Melhorias na criação de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/expressoMail1_2/js/QuickCatalogSearch.js

    r6358 r6374  
    598598 
    599599                final_contact = final_contact.replace(/\/n/, "");   
    600                 draw_email_box(final_contact, $(field_).filter("input")); 
     600                draw_email_box( 
     601                        (data_[parseInt(divs.split("_")[1])-1].uid ? data_[parseInt(divs.split("_")[1])-1].uid[0] : final_contact) 
     602                        , $(field_).filter("input") 
     603                ); 
    601604                button.onclick = function(){ 
    602605                        remove_contact_field(document.getElementById(divs).innerHTML, button, divs); 
Note: See TracChangeset for help on using the changeset viewer.