Ignore:
Timestamp:
03/16/12 17:33:05 (12 years ago)
Author:
cristiano
Message:

Ticket #2469 - Trocada regex que limpa o css e problemas com envio de email em text/plain

File:
1 edited

Legend:

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

    r5604 r5745  
    226226     
    227227     if(this.plain[id] === true) 
    228      { 
    229                  if($('#'+id) !== undefined){ 
     228     {                
     229                data =  data.replace( new RegExp('<pre>((.\n*)*)</pre>'),'$1'); 
     230                 
     231                if($('#'+id) !== undefined){ 
    230232                        $('#'+id).val(data); 
    231233                 if (reply === undefined)        
Note: See TracChangeset for help on using the changeset viewer.