Ignore:
Timestamp:
07/30/12 16:17:19 (12 years ago)
Author:
cristiano
Message:

Ticket #2987 - Inconsistência excluindo com tela modal aberta - teclas de atalho

File:
1 edited

Legend:

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

    r5526 r6910  
    474474                                                                style: "margin-top: -2.1em"  
    475475                                                        }, 
    476                                                 ] 
     476                                                ], 
     477                open: function(event, ui)  
     478                { 
     479                    if(typeof(shortcut) != 'undefined') shortcut.disabled = true;  
     480                }, 
     481                close: function(event, ui)  
     482                { 
     483                    if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
     484                } 
    477485                        }); 
    478486                };  
Note: See TracChangeset for help on using the changeset viewer.