Ignore:
Timestamp:
11/22/12 17:10:12 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso MailexpressoMail1_2/js/draw_api.min.js

File:
1 edited

Legend:

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

    r6139 r7548  
    1111emInfoContact.prototype.createCard = function(){ 
    1212        var pic= new Image();  
    13         pic.src="./templates/"+template+"/images/card.gif";  
     13        pic.src="./templates/"+template+"/images/mail-gifs.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;" 
    1920        card.style.height = "134px"; 
    2021        card.style.position = "absolute"; 
    21         card.innerHTML = "<table onmouseout='InfoContact.timeout_hide=setTimeout(\"InfoContact.hide()\",50);' onmouseover='clearTimeout(InfoContact.timeout_hide);' cellpadding=0 cellspacing=0 width='100%' height='100%'><tr><td valign='center' align='center' id='card_cc_td'></td></tr></table>"; 
     22        card.innerHTML = "<table id='lala' onmouseout='InfoContact.timeout_hide=setTimeout(\"InfoContact.hide()\",50);' onmouseover='clearTimeout(InfoContact.timeout_hide);' cellpadding=0 cellspacing=0 width='100%' height='100%'><tr><td valign='center' align='center' id='card_cc_td'></td></tr></table>"; 
    2223        document.body.appendChild(card); 
    2324} 
Note: See TracChangeset for help on using the changeset viewer.