mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 17:35:46 +01:00
remvoed the timeout on the login call
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user