Changeset 7757


Ignore:
Timestamp:
01/16/13 13:41:53 (11 years ago)
Author:
angelo
Message:

Ticket #3298 - Problema na selecao de mensagens por atalho

File:
1 edited

Legend:

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

    r7736 r7757  
    546546 
    547547                if($(this).hasClass("selected_shortcut_msg") && $(this).next().length){ 
    548                      
     548                    $(this).removeClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    549549                    $(this).next().addClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    550                     $(this).removeClass("selected_shortcut_msg"); 
    551550                    return false; 
    552551                } 
    553  
    554552            }); 
    555553 
     
    580578 
    581579                if($(this).hasClass("selected_shortcut_msg") && $(this).prev().length){ 
     580                        $(this).removeClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    582581                    $(this).prev().addClass("selected_shortcut_msg current_selected_shortcut_msg"); 
    583                     $(this).removeClass("selected_shortcut_msg"); 
    584582                    return false; 
    585583                } 
Note: See TracChangeset for help on using the changeset viewer.