fixing of mail check in edge

This commit is contained in:
Joe
2017-02-08 00:17:10 -06:00
parent 8a8ba3b556
commit fe05bb9c9b
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ function checkEMail(theEmailAddress){
if (patternMatch ) {
$.ajax({
type:"GET",
url:"/checkMail.php",
url:"checkMail.php",
dataType:"json",
contentType:"application/json",
data: { "mailAddress" : theEmailAddress},