Changeset 6547


Ignore:
Timestamp:
06/20/12 10:26:40 (12 years ago)
Author:
gustavo
Message:

Ticket #2870 - problema ao digitar um destinatario na nova mensagem

File:
1 edited

Legend:

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

    r6542 r6547  
    37063706                        } 
    37073707                } 
    3708                  
     3708                setTimeout(function(){ 
     3709                        if(input.val()[input.val().length-1] == ";"){ 
     3710                                draw_email_box(input.val().substring(0, input.val().length-1), input); 
     3711                                input.val(""); 
     3712                        } 
     3713                }, 100); 
    37093714                //INPUT AUTO RESIZE      
    37103715                setTimeout(function(){ 
     
    41194124        }  
    41204125         
    4121         input_binds(content.find('[name="input_aux_to"]').css("max-width" , parseInt($(".email-area").css("width"))-5).focus().parent().css({"max-height" : "115px", "overflow-y" : "auto"}), ID);       
     4126        input_binds(content.find('[name="input_aux_to"]').css("max-width" , parseInt(content.find(".email-area").css("width"))-5).focus().parent().css({"max-height" : "115px", "overflow-y" : "auto"}), ID);    
    41224127         
    41234128        //Botão TextoRico/TextoSimples 
Note: See TracChangeset for help on using the changeset viewer.