Ignore:
Timestamp:
10/06/10 12:19:31 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1292 - Ao clicar mostrar cartões no contactcenter, este dispara consulta

File:
1 edited

Legend:

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

    r3282 r3333  
    8181                                typeof(_this.afterSetCatalog) == 'function' ? _this.afterSetCatalog() : eval(_this.afterSetCatalog); 
    8282                        } 
    83                 }; 
     83 
     84                        if(data['resetCC_actual_letter'] == 1) 
     85                        { 
     86 
     87                            CC_actual_letter = null; 
     88                        } 
     89                }; 
     90                 
    8491                Connector.newRequest(this.name+'catalog', CC_url+'set_catalog&catalog='+catalog, 'GET', handler); 
    8592        } 
Note: See TracChangeset for help on using the changeset viewer.