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

    r6877 r6910  
    207207                                beforeClose     : function() 
    208208                                {  
    209                                         $(this).dialog("destroy"); 
    210209                                        div.removeChild(div.firstChild); 
    211                                 } 
     210                                }, 
     211                close:function(event, ui)  
     212                { 
     213                    if(typeof(shortcut) != 'undefined') shortcut.disabled = false;  
     214                    $(this).dialog("destroy"); 
     215                }, 
     216                open: function(event, ui)  
     217                { 
     218                    if(typeof(shortcut) != 'undefined') shortcut.disabled = true;  
     219                } 
    212220                }); 
    213221 
Note: See TracChangeset for help on using the changeset viewer.