Ignore:
Timestamp:
10/14/10 15:05:59 (14 years ago)
Author:
brunocosta
Message:

Ticket #1302 - na função print_msg foi mudada expressão que monta impressão.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/local_messages.js

    r3307 r3355  
    386386        for (i in anexos) 
    387387        { 
    388             nomeArquivo = anexos[i]['name'].substring(0,anexos[i]['name'].length - 4); 
    389             if(anexos[i]['name'] && anexos[i]['name'].match(/((jpg)|(jpeg)|(png)|(gif)|(bmp))/gi)) 
     388            if(anexos[i]['url'] && anexos[i]['url'].match(/((jpg)|(jpeg)|(png)|(gif)|(bmp))/gi)) 
    390389            { 
    391390                var er_imagens = new RegExp("\\.\\/inc\\/show_embedded_attach.php\\?msg_folder=[\\w/]+\\&msg_num=[0-9]+\\&msg_part="+anexos[i]['pid']); 
Note: See TracChangeset for help on using the changeset viewer.