Ignore:
Timestamp:
05/11/11 10:47:43 (13 years ago)
Author:
rodsouza
Message:

Ticket #1868 - Corrige o envio de mail em dispositivos moveis.

File:
1 edited

Legend:

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

    r4271 r4331  
    13791379        } 
    13801380 
     1381        if ( ! expresso_offline ) 
     1382        { 
     1383                if ( mobile_device ) 
     1384                { 
     1385                        var text_plain = document.getElementById( 'textplain_rt_checkbox_' + new_border_ID ); 
     1386                        text_plain.click( ); 
     1387                        text_plain.parentNode.style.display = 'none'; 
     1388                } 
     1389        } 
     1390 
    13811391        if (preferences.auto_save_draft == 1) 
    13821392        { 
Note: See TracChangeset for help on using the changeset viewer.