Changeset 7488


Ignore:
Timestamp:
11/01/12 10:30:33 (11 years ago)
Author:
eduardow
Message:

Ticket #3173 - Problema com a barra de seleção azul

File:
1 edited

Legend:

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

    r7444 r7488  
    942942 
    943943                }); 
     944 
     945        var msgs = $("#tbody_box tr");  
     946    if(!msgs.hasClass("current_selected_shortcut_msg selected_shortcut_msg"))  
     947    {  
     948            msgs.first().focus().addClass("current_selected_shortcut_msg selected_shortcut_msg");  
     949    }  
     950 
    944951} 
    945952 
Note: See TracChangeset for help on using the changeset viewer.