Changeset 4335 for branches/2.2.0.1


Ignore:
Timestamp:
05/11/11 11:40:12 (13 years ago)
Author:
rafaelraymundo
Message:

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

File:
1 edited

Legend:

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

    r4334 r4335  
    31663166                        document.getElementById( 'viewsource_rt_checkbox_' + ID ).parentNode.style.display = ( this.checked ) ? 'none' : ''; 
    31673167                }; 
    3168                 text_plain = text_plain.parentNode.appendChild(input_checkbox); 
     3168                text_plain.parentNode.appendChild(input_checkbox); 
    31693169        } 
    31703170 
     
    32483248                draw_from_field(sel_from,tr1_1); 
    32493249        resizeWindow(); 
    3250  
    3251         if ( ! expresso_offline ) 
    3252         { 
    3253                 if ( mobile_device ) 
    3254                 { 
    3255                         text_plain.click( ); 
    3256                         text_plain.parentNode.style.display = 'none'; 
    3257                 } 
    3258         } 
    3259          
     3250        
    32603251        return ID; 
    32613252} 
Note: See TracChangeset for help on using the changeset viewer.