Changeset 8086 for branches/2.5


Ignore:
Timestamp:
04/11/13 19:14:11 (11 years ago)
Author:
douglas
Message:

Ticket #3348 - Problema com aviso de confirmação de leitura

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoMail1_2/js/shortcut.js

    r8081 r8086  
    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.