Ignore:
Timestamp:
08/03/12 15:57:28 (12 years ago)
Author:
eduardow
Message:

Ticket #2987 - Inconsistencia excluindo com tela modal aberta - teclas de atalho.

File:
1 edited

Legend:

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

    r6754 r6931  
    77shortcut = { 
    88        'all_shortcuts':{},//All the shortcuts are stored in this array 
     9        'disabled': false, 
    910        'add': function(shortcut_combination,callback,opt) { 
    1011                //Provide a set of default options 
     
    4142                        } 
    4243         
     44                if(shortcut.disabled === true)  
     45                return;  
    4346                        //Find Which key is pressed 
    4447                        if (e.keyCode) code = e.keyCode; 
Note: See TracChangeset for help on using the changeset viewer.