Changeset 6642 for trunk


Ignore:
Timestamp:
06/26/12 15:01:31 (12 years ago)
Author:
cristiano
Message:

Ticket #2907 - Status Carregando... fica travado na tela

File:
1 edited

Legend:

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

    r6641 r6642  
    931931                        var arrBody = $('#tbody_box :first td'); 
    932932                        for(i=0;i<arrHeader.length;i++){ 
     933                                        if(arrBody[i] !== undefined && arrBody[i].width !== undefined) 
    933934                                        arrHeader[i].width = arrBody[i].width; 
    934935                        }                        
Note: See TracChangeset for help on using the changeset viewer.