Changeset 5369


Ignore:
Timestamp:
01/12/12 10:40:27 (12 years ago)
Author:
thiago
Message:

Ticket #2425 - Permitir o foco na mensagem nos navegadores Firefox e Google Chrome

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5367 r5369  
    27642764        for( var i = 0; i < _elements.length; i++ ) 
    27652765                if ( _elements[ i ].attributes && _elements[ i ].attributes.getNamedItem( 'id' ) ) 
    2766                         _elements[ i ].attributes.removeNamedItem( 'id' ); 
    2767  
     2766                        _elements[ i ].attributes.removeNamedItem( 'id' );       
     2767         
    27682768        div.appendChild( _body ); 
     2769 
     2770 
     2771        window.setTimeout(function() { $("#div_message_scroll_"+ID).focus() },250); 
    27692772 
    27702773        function mailto( link ) 
Note: See TracChangeset for help on using the changeset viewer.