Changeset 4308


Ignore:
Timestamp:
05/10/11 11:44:06 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Ajuste para enviar novo e-mail no IE8 - r4295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/main.js

    r4301 r4308  
    17101710        form.appendChild(msg_id); 
    17111711 
    1712         var mail_type = form.appendChild( document.createElement( 'input' ) );  
     1712        var mail_type = document.createElement('input'); 
     1713    mail_type.setAttribute('type', 'hidden'); 
    17131714        mail_type.name = 'type';  
    1714         mail_type.type = 'hidden';  
    17151715        mail_type.value = ( mail_as_plain ) ? 'plain' : 'html'; 
     1716        form.parentNode.appendChild(mail_type); 
    17161717         
    17171718         
Note: See TracChangeset for help on using the changeset viewer.