Ignore:
Timestamp:
09/10/10 10:30:34 (14 years ago)
Author:
amuller
Message:

Ticket #1024 - Unifica validação do email no js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/filter.js

    r3133 r3227  
    571571                                        return false; 
    572572                                }else{ 
    573                                         var emailReg = /^[a-z][a-z-_0-9\.]+@[a-z-_=>0-9\.]+\.[a-z]{2,3}$/i 
    574                                 if(emailReg.test(Element("field5").value)){ 
     573                                if(!validateEmail(email)){ 
    575574                                                mount_rule += Element("field5").value + "&&"; 
    576575                                        }else{ 
Note: See TracChangeset for help on using the changeset viewer.