Changeset 4143


Ignore:
Timestamp:
04/26/11 15:37:53 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1795 - Erro javascript causado pela função resizeMailList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/draw_api.js

    r4139 r4143  
    869869 
    870870function resizeMailList() { 
     871        if (document.getElementById("table_message_header_box_"+numBox)==null) 
     872                return false; 
    871873        var innerWidth = (window.innerWidth?window.innerWidth:document.body.clientWidth); 
    872874        var scrollWidth = (innerWidth - 20 - getColumnPosition(Element("exmail_main_body"),"BODY")[0]); 
Note: See TracChangeset for help on using the changeset viewer.