Ignore:
Timestamp:
02/08/13 16:52:44 (11 years ago)
Author:
angelo
Message:

Ticket #3348 - Problema com aviso de confirmacao de leitura

File:
1 edited

Legend:

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

    r7757 r7881  
    209209                                 
    210210                        } 
     211                        if (currentTab == 0 && code == 13){ 
     212                                e.stopPropagation(); 
     213                                e.preventDefault(); 
     214                        } 
    211215                } 
    212216                this.all_shortcuts[shortcut_combination] = { 
Note: See TracChangeset for help on using the changeset viewer.