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/cc_tree.js

    r1598 r2474  
    188188 
    189189        ccCatalogTree.prototype._expandSubTree = function(node) { 
    190                 if ( node._children == '' ) { 
     190                if ( node == undefined || node._children == '' ) { 
    191191                        return; 
    192192                } 
Note: See TracChangeset for help on using the changeset viewer.