Changeset 486


Ignore:
Timestamp:
09/26/08 11:12:14 (16 years ago)
Author:
niltonneto
Message:

Retirada condicional que monta contato somente com email, quando o nome vem em branco.
O mesmo funciona somente no formato "" <email@…>

File:
1 edited

Legend:

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

    r413 r486  
    5959                                tmp[1] = tmp[1].replace(tmp_mail, tmp_mail.bold()); 
    6060                                tmp[0] = tmp[0].replace(tmp_mail, tmp_mail.bold()); 
    61                                 if(tmp[0] == '') 
    62                                         match_contacts[match_index] = tmp[0] + ' &lt;' + tmp[1] + '&gt;'; 
    63                                 else 
    64                                         match_contacts[match_index] = '$&quot;' + tmp[0] + '&quot; &lt;' + tmp[1] + '&gt;'; 
     61                                match_contacts[match_index] = '&quot;' + tmp[0] + '&quot; &lt;' + tmp[1] + '&gt;'; 
    6562                                match_index++; 
    6663                        } 
Note: See TracChangeset for help on using the changeset viewer.