fixing of mail check in edge
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user