Changeset 5635


Ignore:
Timestamp:
03/05/12 18:03:38 (12 years ago)
Author:
angelo
Message:

Ticket #2513 - Inconsistencia ao mover para cima ou para baixo na visualizacao de mensagens

File:
1 edited

Legend:

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

    r5631 r5635  
    316316,{'disable_in_input':true}); 
    317317 
    318 shortcut.add("Ctrl+Up",function(){exec_msg_action('previous');select_msg('null', 'up');},{'disable_in_input':true}); 
    319 shortcut.add("Ctrl+Down",function(){exec_msg_action('next');select_msg('null', 'down');},{'disable_in_input':true}); 
     318shortcut.add("Ctrl+Up",function(){exec_msg_action('previous');/*select_msg('null', 'up');*/},{'disable_in_input':true}); 
     319shortcut.add("Ctrl+Down",function(){exec_msg_action('next');/*select_msg('null', 'down');*/},{'disable_in_input':true}); 
    320320 
    321321if (is_ie) 
Note: See TracChangeset for help on using the changeset viewer.