Ignore:
Timestamp:
07/19/13 17:34:47 (11 years ago)
Author:
angelo
Message:

Ticket #3467 - Desbloqueio de imagens recebidas em emails

File:
1 edited

Legend:

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

    r8186 r8187  
    629629                                 
    630630                } 
    631  
     631                if (msg_info.showImg) 
     632                { 
     633                        $("#body_"+id_msg_read).html(msg_info.body); 
     634                        $('#show_img_link_'+id_msg_read).remove(); 
     635                } 
    632636                //Change msg class to read. 
    633637                if (!msg_is_read(ID)) 
Note: See TracChangeset for help on using the changeset viewer.