Changeset 7736 for trunk


Ignore:
Timestamp:
01/11/13 15:32:45 (11 years ago)
Author:
eduardow
Message:

Ticket #3282 - Problema ao tentar deletar email no campo Para

File:
1 edited

Legend:

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

    r7707 r7736  
    260260        var search_win = document.getElementById( 'window_QuickCatalogSearch' ); 
    261261         
    262         for(var window in arrayJSWin) 
    263         { 
    264                 if (arrayJSWin[window].visible) 
    265                 { 
    266                     window_closed = true; 
    267                     if(search_win.style.visibility == 'hidden'){ 
    268                         arrayJSWin[window].close(); 
    269                     } 
    270                 } 
    271         } 
    272         if((search_win) && (search_win.style.visibility == 'visible')){ 
    273             search_win.style.visibility = 'hidden'; 
    274             win.close(); 
    275        }         
    276  
    277         if (!window_closed) 
     262        if ($('.ZebraDialog.custom-zebra-filter').css('visibility') != 'visible') 
    278263                delete_border(get_msg_id(), 'false'); 
    279 },{'disable_in_input':false}); 
     264 },{'disable_in_input':false}); 
    280265 
    281266shortcut.add("I",function(){print_all();},{'disable_in_input':true}); 
Note: See TracChangeset for help on using the changeset viewer.