includes/clientside/static/misc.js
changeset 238 f948557af068
parent 224 db8d5111ad20
child 254 f49e3c8b638c
--- a/includes/clientside/static/misc.js	Sun Nov 25 19:23:50 2007 -0500
+++ b/includes/clientside/static/misc.js	Sun Nov 25 20:24:16 2007 -0500
@@ -634,6 +634,6 @@
 
 function validateEmail(email)
 {
-  return ( email.match(/^(?:[\w\d]+\.?)+@((?:(?:[\w\d]\-?)+\.)+\w{2,4}|localhost)$/) ) ? true : false;
+  return ( email.match(/^(?:[\w\d_-]+\.?)+@((?:(?:[\w\d_-]\-?)+\.)+\w{2,4}|localhost)$/) ) ? true : false;
 }