Ignore:
Timestamp:
08/03/12 10:44:30 (12 years ago)
Author:
gustavo
Message:

Ticket #2991 - Copiar e Colar no Campo Para, CC, CCO correcao da geracao dos containers

File:
1 edited

Legend:

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

    r6925 r6926  
    38663866                var pthis = $(this); 
    38673867                setTimeout(function() { 
    3868                         var str = pthis.val().replace(/[,;\t\n]/gi, ","); 
     3868                        if(pthis.val().split('"') > 1) 
     3869                                var str = pthis.val().replace(/[,;\t]/gi, ",");  
     3870                        else 
     3871                                var str = pthis.val().replace(/[,;\t\n\s]/gi, ","); 
    38693872                        str = str.split(","); 
    38703873                        $.each(str, function(index, value){ 
Note: See TracChangeset for help on using the changeset viewer.