Changeset 7369


Ignore:
Timestamp:
10/08/12 16:28:54 (12 years ago)
Author:
acoutinho
Message:

Ticket #3146 - Remocao de requisicoes desnecessarias no envio de email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/main.js

    r7345 r7369  
    26642664                        } 
    26652665                } 
    2666                  
    2667                 $ 
     2666 
    26682667                //REFAZER ISTO COM UMA CHAMADA ASSINCRONA PARA REGISTRAR E ATUALIZAR A LISTA DOS NOVOS CONTATOS DINAMICOS 
    26692668                // If new dynamic contacts were added, update the autocomplete .... 
     
    26892688                var arrayCCo = content.find(".cco-tr").find(".box").clone(); 
    26902689                save_dynamic_contacts(arrayCCo); 
     2690        if(parseInt(preferences.use_dynamic_contacts)) 
     2691            updateDynamicContact(); 
    26912692                cache = new Array(); 
    26922693        } 
     
    27652766                        } 
    27662767                }); 
    2767                 updateDynamicContact(); 
    27682768        } 
    27692769} 
Note: See TracChangeset for help on using the changeset viewer.