Ignore:
Timestamp:
02/01/13 15:49:33 (11 years ago)
Author:
angelo
Message:

Ticket #3334 - Problema ao exibir o cartao do remetente no Expresso Mail

File:
1 edited

Legend:

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

    r7651 r7832  
    77        this.td; 
    88        this.createCard(); 
     9        this.folder = get_current_folder(); 
    910} 
    1011 
     
    6970 
    7071emInfoContact.prototype.show = function (data){ 
     72        if (this.folder != get_current_folder()){ 
     73                this.folder = get_current_folder(); 
     74                return false; 
     75        }        
    7176        var _this = this; 
    7277        var card = Element("card_cc"); 
Note: See TracChangeset for help on using the changeset viewer.