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/draw_api.js

    r4325 r4331  
    28082808                }; 
    28092809 
    2810                 text_plain = text_plain.parentNode.appendChild(input_checkbox);  
     2810                text_plain.parentNode.appendChild(input_checkbox); 
    28112811        } 
    28122812 
     
    28912891        resizeWindow(); 
    28922892 
    2893         if ( ! expresso_offline ) 
    2894         { 
    2895                 if ( mobile_device ) 
    2896                 { 
    2897                         text_plain.click( ); 
    2898                         text_plain.parentNode.style.display = 'none'; 
    2899                 } 
    2900         } 
    2901  
    29022893        return ID; 
    29032894} 
Note: See TracChangeset for help on using the changeset viewer.