debug
parent
a65659b0c0
commit
6b5b4f0d08
|
|
@ -8,7 +8,7 @@ $(function()
|
||||||
url:$(this).data('url'),
|
url:$(this).data('url'),
|
||||||
type:'POST',
|
type:'POST',
|
||||||
dataType:"json",
|
dataType:"json",
|
||||||
timeout:10000,
|
timeout:30000,
|
||||||
data:{"email":$('.test-email-value').val()},
|
data:{"email":$('.test-email-value').val()},
|
||||||
success:function(result)
|
success:function(result)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue