remvoed the timeout on the login call

v1.18.x
Baris Soner Usakli 11 years ago
parent ba2f47ead6
commit a940219321

@ -40,8 +40,7 @@ define(function() {
$('#login').removeAttr('disabled').html('Login'); $('#login').removeAttr('disabled').html('Login');
}, },
dataType: 'json', dataType: 'json',
async: true, async: true
timeout: 2000
}); });
return false; return false;

Loading…
Cancel
Save