Ignore:
Timestamp:
09/30/10 16:12:14 (14 years ago)
Author:
eduardoalex
Message:

Ticket #1196 - Correcao do erro narrado no ticket em questão

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/js/ccMain.js

    r1721 r3313  
    5454                                { 
    5555                                        ccTree = new ccCatalogTree({name: 'ccTree', id_destination: 'cc_tree', afterSetCatalog: 'ccSearchHidePanel(); clearCards();'}); 
     56                                        var ccQtdCompartilhado = function(responseText) {                                        
     57                                                                                                                data = unserialize(responseText); 
     58                                                                                                                qtd_compartilhado = data[0]; 
     59                                                                                                        } 
     60                                        Connector.newRequest('fulfilQtdCompartilhado', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_qtds_compartilhado', 'POST', ccQtdCompartilhado); 
    5661                                } 
    5762                        } 
Note: See TracChangeset for help on using the changeset viewer.