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/draw_api.js

    r7344 r7371  
    42564256        div.click(function(e){ 
    42574257                if(e.target == $(this)[0]){ 
    4258                         $(this).find("textarea:last").focus(); 
     4258                        $(this).find("textarea:first").focus(); 
    42594259                        $(this).find("div").removeClass("box-selected"); 
    42604260                } 
     
    42894289         
    42904290        //MAKE KEYDOWN 
    4291         input_keydowns(div.find("textarea"), ID); 
     4291        input_keydowns(div.find("textarea:first"), ID); 
    42924292         
    42934293         
Note: See TracChangeset for help on using the changeset viewer.