Ignore:
Timestamp:
08/03/12 17:25:58 (12 years ago)
Author:
eduardow
Message:

Ticket #2991 - Copiar e Colar no campo PARA, CC, CCO correcao na geracao de conteiners.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r6937 r6938  
    38513851                var pthis = $(this); 
    38523852                setTimeout(function() { 
    3853                         var str = pthis.val().replace(/[,;\t\n]/gi, ","); 
     3853                        if(pthis.val().split('"') > 1)  
     3854                        var str = pthis.val().replace(/[,;\t]/gi, ",");   
     3855                else  
     3856                        var str = pthis.val().replace(/[,;\t\n\s]/gi, ",");  
    38543857                        str = str.split(","); 
    38553858                        $.each(str, function(index, value){ 
Note: See TracChangeset for help on using the changeset viewer.