fixing of mail check in edge
This commit is contained in:
@@ -36,7 +36,7 @@ ibuyproperties.sellForm = (function(){
|
|||||||
if (ibuyproperties.isDebugMode) { console.log("Form-data",formInfo); }
|
if (ibuyproperties.isDebugMode) { console.log("Form-data",formInfo); }
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"POST",
|
type:"POST",
|
||||||
url:"/postForward.php",
|
url:"postForward.php",
|
||||||
dataType:"json",
|
dataType:"json",
|
||||||
contentType:"application/json",
|
contentType:"application/json",
|
||||||
data: JSON.stringify(formInfo),
|
data: JSON.stringify(formInfo),
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ function checkEMail(theEmailAddress){
|
|||||||
if (patternMatch ) {
|
if (patternMatch ) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type:"GET",
|
type:"GET",
|
||||||
url:"/checkMail.php",
|
url:"checkMail.php",
|
||||||
dataType:"json",
|
dataType:"json",
|
||||||
contentType:"application/json",
|
contentType:"application/json",
|
||||||
data: { "mailAddress" : theEmailAddress},
|
data: { "mailAddress" : theEmailAddress},
|
||||||
|
|||||||
Reference in New Issue
Block a user