Ignore:
Timestamp:
10/09/12 15:05:00 (12 years ago)
Author:
eduardow
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r7359 r7380  
    42864286        div.click(function(e){ 
    42874287                if(e.target == $(this)[0]){ 
    4288                         $(this).find("textarea:last").focus(); 
     4288                        $(this).find("textarea:first").focus(); 
    42894289                        $(this).find("div").removeClass("box-selected"); 
    42904290                } 
     
    43194319         
    43204320        //MAKE KEYDOWN 
    4321         input_keydowns(div.find("textarea"), ID); 
     4321        input_keydowns(div.find("textarea:first"), ID); 
    43224322         
    43234323         
Note: See TracChangeset for help on using the changeset viewer.