Changeset 7682


Ignore:
Timestamp:
12/19/12 17:50:10 (11 years ago)
Author:
eduardow
Message:

Ticket #3250 - Problema com a exibicao zebrada de mensagens apos atualizacao automatica.

File:
1 edited

Legend:

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

    r7679 r7682  
    978978        if(!msgs.hasClass("current_selected_shortcut_msg selected_shortcut_msg")) 
    979979        { 
    980                 msgs.first().focus().addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
    981         } 
    982          
     980                msgs.first().addClass("current_selected_shortcut_msg selected_shortcut_msg"); 
     981        } 
     982 
    983983} 
    984984 
Note: See TracChangeset for help on using the changeset viewer.