Ignore:
Timestamp:
05/04/12 17:05:17 (12 years ago)
Author:
marcieli
Message:

Ticket #2696 - Corrigido campo CC desabilitado e sem ação ao responder a todos uma mensagem.

File:
1 edited

Legend:

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

    r6085 r6106  
    17271727                                if(data.cc != ""){ 
    17281728                                        content.find('[name="input_cc"]').val(data.cc); 
     1729                                        input_binds(content.find('[name="input_cc"]'), new_border_ID); 
    17291730                                        content.find(".cc-tr").show(); 
    17301731                                        content.find(".cc-button").toggleClass("expressomail-button-icon-ative"); 
Note: See TracChangeset for help on using the changeset viewer.