Ignore:
Timestamp:
04/11/12 11:35:15 (12 years ago)
Author:
gustavo
Message:

Ticket #2611 - Refatorar interface de criação de nova mensagem

File:
1 edited

Legend:

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

    r5904 r5911  
    324324{ 
    325325//********************** 
    326 shortcut.add('up', function() 
     326shortcut.add('up', function(e) 
    327327        { 
    328328                var search_in_focus = false; 
     
    340340 
    341341 
    342         shortcut.add('down', function() 
     342        shortcut.add('down', function(e) 
    343343        { 
    344344                var search_in_focus = false; 
Note: See TracChangeset for help on using the changeset viewer.