Changeset 1364


Ignore:
Timestamp:
08/25/09 17:54:12 (15 years ago)
Author:
niltonneto
Message:

Ticket #572 - Corrigido problema no envio de email após importação.

File:
1 edited

Legend:

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

    r1247 r1364  
    622622                form.target ="uploadFile";               
    623623                form.submit(); 
     624                // Connector Bug fixing: Exclude '_action' element after cExecuteForm execution 
     625                if(el && el.id == '_action'){ 
     626                        el.parentNode.removeChild(el); 
     627                } 
    624628        }        
    625629         
Note: See TracChangeset for help on using the changeset viewer.