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/ccQuickAdd.js

    r6929 r6931  
    8989                                        } 
    9090                                } 
    91                         ] 
     91                        ],  
     92        open: function(event, ui)   
     93    {  
     94        if(typeof(shortcut) != 'undefined') shortcut.disabled = true;   
     95    },  
     96    close: function(event, ui)   
     97    {  
     98        if(typeof(shortcut) != 'undefined') shortcut.disabled = false;   
     99    }  
    92100                }); 
    93101                quickContact.next().css("background-color", "#E0EEEE").find("button").addClass("button").addClass("small"); 
Note: See TracChangeset for help on using the changeset viewer.