Changeset 4334 for branches/2.2.0.1


Ignore:
Timestamp:
05/11/11 11:36:55 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Corrige o envio de mail em dispositivos moveis. r4325 r4331

Location:
branches/2.2.0.1/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/draw_api.js

    r4266 r4334  
    31663166                        document.getElementById( 'viewsource_rt_checkbox_' + ID ).parentNode.style.display = ( this.checked ) ? 'none' : ''; 
    31673167                }; 
    3168                 text_plain.parentNode.appendChild(input_checkbox);  
     3168                text_plain = text_plain.parentNode.appendChild(input_checkbox); 
    31693169        } 
    31703170 
  • branches/2.2.0.1/expressoMail1_2/js/main.js

    r4295 r4334  
    13691369        } 
    13701370 
     1371        if ( ! expresso_offline ) 
     1372        { 
     1373                if ( mobile_device ) 
     1374                { 
     1375                        var text_plain = document.getElementById( 'textplain_rt_checkbox_' + new_border_ID ); 
     1376                        text_plain.click( ); 
     1377                        text_plain.parentNode.style.display = 'none'; 
     1378                } 
     1379        } 
     1380 
    13711381        if (preferences.auto_save_draft == 1) 
    13721382        { 
Note: See TracChangeset for help on using the changeset viewer.