Changeset 8184


Ignore:
Timestamp:
07/15/13 17:11:41 (11 years ago)
Author:
angelo
Message:

Ticket #3466 - Nao exibicao de janela de confirmacao de leitura

File:
1 edited

Legend:

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

    r8084 r8184  
    213213                                e.preventDefault(); 
    214214                        } 
     215                        if ((openTab.type[currentTab] == 2) && code == 13){ 
     216                                e.preventDefault(); 
     217                                e.stopPropagation(); 
     218                        }                
    215219                } 
    216220                this.all_shortcuts[shortcut_combination] = { 
Note: See TracChangeset for help on using the changeset viewer.