Ignore:
Timestamp:
01/25/12 11:16:28 (12 years ago)
Author:
gustavo
Message:

Ticket #2462 - Corrigidos bugs,Da expansão do campo para, cc e cco

File:
1 edited

Legend:

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

    r5404 r5423  
    577577        document.getElementById(field_ + "_" + id_).value = new_emailList; 
    578578                 
     579                $("#"+field_+"_"+id_+"").trigger("update"); 
     580                 
    579581                button.onclick = function(){ 
    580582                        remove_contact_field(document.getElementById(divs).innerHTML, button, divs); 
     
    633635                }; 
    634636                 
     637                $("#"+field_+"_"+id_+"").trigger("update"); 
    635638                button.innerHTML = '<span class="ui-button-text" style="">+</span>'; 
    636639        } 
Note: See TracChangeset for help on using the changeset viewer.