Ignore:
Timestamp:
04/09/10 16:01:19 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Correção de problemas no ExpressoContacts? ao exibir contatos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/ccMain.js

    r2473 r2474  
    200200        if(Element("divScrollMain")) 
    201201                Element("divScrollMain").style.height   = defaultHeight - 108;   
    202         if (!is_ie) 
     202        if ( ! is_ie && Element('tableDivAppbox') ) 
    203203                Element('tableDivAppbox').width = '100%'; 
    204204} 
Note: See TracChangeset for help on using the changeset viewer.