Changeset 3188


Ignore:
Timestamp:
09/01/10 09:54:56 (14 years ago)
Author:
rodsouza
Message:

Ticket #543 - Fechando qualquer dialogo aberto no momento da troca de guia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/abas.js

    r3174 r3188  
    1111function alternate_border(ID) 
    1212{ 
     13        if ( typeof win == 'object' && win.close && win.close.constructor == Function ) 
     14                win.close( ); 
     15 
    1316        if (! Element('border_id_'+ID)) 
    1417                return false; // Not possible to alternate 
Note: See TracChangeset for help on using the changeset viewer.