Changeset 7651


Ignore:
Timestamp:
12/13/12 14:39:46 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

Location:
trunk/expressoMail1_2
Files:
1 added
1 edited

Legend:

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

    r7549 r7651  
    1111emInfoContact.prototype.createCard = function(){ 
    1212        var pic= new Image();  
    13         pic.src="./templates/"+template+"/images/mail-gifs.gif";  
     13        pic.src="./templates/"+template+"/images/card.gif";  
    1414        card = document.createElement("DIV"); 
    1515        card.id = "card_cc"; 
     
    1717        card.style.width = "244px"; 
    1818        card.style.backgroundImage = "url("+pic.src+")"; 
    19         card.style.backgroundPosition = "0 -58px;" 
    2019        card.style.height = "134px"; 
    2120        card.style.position = "absolute"; 
Note: See TracChangeset for help on using the changeset viewer.