Ignore:
Timestamp:
08/22/12 18:19:40 (12 years ago)
Author:
angelo
Message:

Ticket #3068 - Marcacao anormal em roxo ao excluir mensagens

File:
1 edited

Legend:

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

    r7038 r7103  
    586586 
    587587                if($(this).hasClass("selected_shortcut_msg") && $(this).next().length){ 
    588                     $(this).next().addClass("selected_shortcut_msg"); 
     588                     
     589                    $(this).next().addClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    589590                    $(this).removeClass("selected_shortcut_msg"); 
    590591                    return false; 
     
    619620 
    620621                if($(this).hasClass("selected_shortcut_msg") && $(this).prev().length){ 
    621                     $(this).prev().addClass("selected_shortcut_msg"); 
     622                    $(this).prev().addClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    622623                    $(this).removeClass("selected_shortcut_msg"); 
    623624                    return false; 
Note: See TracChangeset for help on using the changeset viewer.