Ignore:
Timestamp:
08/22/12 09:53:03 (12 years ago)
Author:
gustavo
Message:

Ticket #3063 - Problema ao enviar mensagens para grupos via expressoMail

File:
1 edited

Legend:

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

    r7063 r7096  
    41334133                                                        'auto_close': 3000 
    41344134                                                }); 
    4135                                         }).find(".box-input").val("\""+data.collection.data[1].value+"\" <"+data.collection.data[1].value+">"); 
     4135                                        }).find(".box-input").val("\""+data.collection.data[1].value+"\" <"+data.collection.data[2].value+">"); 
    41364136                                        box.find(".email-box-value").html( (data.collection.data[1].value.length > 18 ? data.collection.data[1].value.substring(0, 15)+"...": data.collection.data[1].value)) 
    41374137                                } 
Note: See TracChangeset for help on using the changeset viewer.