Changeset 6790


Ignore:
Timestamp:
07/16/12 16:32:18 (12 years ago)
Author:
brunocosta
Message:

Ticket #2886 - Incluir dados da assinatira digital na impressão da msg

Corrige falha no IE.

File:
1 edited

Legend:

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

    r6569 r6790  
    24582458        if(show_signature) 
    24592459            { 
    2460                 show_signature = show_signature.substring(0,show_signature.indexOf('<a ')) + '<td>';  // remove "More..."" 
    2461             } 
     2460                show_signature = show_signature.substring(0,show_signature.toUpperCase().indexOf('<A ')) + '<td>';  // remove "More..."" 
     2461            }     
    24622462        if(!is_ie) 
    24632463            { 
Note: See TracChangeset for help on using the changeset viewer.