Changeset 3502


Ignore:
Timestamp:
11/16/10 13:38:30 (13 years ago)
Author:
brunocosta
Message:

Ticket #1348 - Colocada expressão regular para imagens exibidas no click de um thumbnail.

File:
1 edited

Legend:

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

    r3469 r3502  
    397397                    er_imagens = new RegExp("\\.\\/inc\\/show_img.php\\?msg_num=[0-9]+\\&msg_folder=[\\w/%]+\\&msg_part="+anexos[i]['pid']); 
    398398                    Result_imagens = er_imagens.exec(thumbs[i]); 
    399                     thumbs[i] = thumbs[i].replace(Result_imagens,"'"+anexos[i]['url']+"'"); 
     399                    thumbs[i] = thumbs[i].replace(Result_imagens,anexos[i]['url']); 
    400400                    thumbs[i] = thumbs[i].replace(/<IMG/i,'<img width="120"'); 
    401401                } 
Note: See TracChangeset for help on using the changeset viewer.