Ignore:
Timestamp:
11/23/12 16:34:10 (11 years ago)
Author:
angelo
Message:

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

File:
1 edited

Legend:

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

    r7548 r7561  
    528528                                { 
    529529                                        attachNum = parseInt(aux.flag.substr(aux.flag.indexOf('T')+1)); 
    530                                         $(td1).css({'background-image':'url(templates/'+template+'/images/mail-gifs.gif)','background-position': '0 -242px'}); 
     530                                        td1 = ''; 
     531                                        $(td).addClass("expressomail-sprites-clip"); 
    531532                                } 
    532533                                else 
Note: See TracChangeset for help on using the changeset viewer.