Ignore:
Timestamp:
10/08/12 17:57:37 (12 years ago)
Author:
angelo
Message:

Ticket #3147 - Problema na insercao de destinatario ao responder a todos

File:
1 edited

Legend:

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

    r7369 r7371  
    21132113                                if(data.cc != ""){ 
    21142114                                        content.find('[name="input_cc"]').val(data.cc); 
    2115                                         input_binds(content.find('[name="input_cc"]').parent(), new_border_ID); 
     2115                                        input_binds(content.find('[name="input_aux_cc"]').parent(), new_border_ID); 
    21162116                                        content.find(".cc-tr").show(); 
    21172117                                        content.find(".cc-button").toggleClass("expressomail-button-icon-ative"); 
Note: See TracChangeset for help on using the changeset viewer.