Ignore:
Timestamp:
05/15/12 15:58:41 (12 years ago)
Author:
angelo
Message:

Ticket #2739 - Verificar comportamento selecao de mensagens via teclado e move-las para outra pasta

File:
1 edited

Legend:

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

    r6070 r6197  
    322322shortcut.add("Ctrl+Down",function(){exec_msg_action('next');/*select_msg('null', 'down');*/},{'disable_in_input':true}); 
    323323 
    324 if (is_ie) 
     324if (is_ie || is_webkit) 
    325325{ 
    326326//********************** 
Note: See TracChangeset for help on using the changeset viewer.