Ignore:
Timestamp:
10/08/12 17:14:55 (12 years ago)
Author:
eduardow
Message:

Ticket #3146 - Remoção de requisiçoes desnecessarias no envio de email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/main.js

    r7366 r7370  
    26662666                } 
    26672667                 
    2668                 $ 
    26692668                //REFAZER ISTO COM UMA CHAMADA ASSINCRONA PARA REGISTRAR E ATUALIZAR A LISTA DOS NOVOS CONTATOS DINAMICOS 
    26702669                // If new dynamic contacts were added, update the autocomplete .... 
     
    26902689                var arrayCCo = content.find(".cco-tr").find(".box").clone(); 
    26912690                save_dynamic_contacts(arrayCCo); 
     2691                if(parseInt(preferences.use_dynamic_contacts))  
     2692                        updateDynamicContact(); 
    26922693                cache = new Array(); 
    26932694        } 
     
    27662767                        } 
    27672768                }); 
    2768                 updateDynamicContact(); 
    27692769        } 
    27702770} 
Note: See TracChangeset for help on using the changeset viewer.