mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
ramp it down to 1 second, already handled on server so it will hold you back
This commit is contained in:
parent
3faa220dbc
commit
bc772233a7
@ -46,7 +46,7 @@ export default DiscourseController.extend(ModalFunctionality, {
|
|||||||
}).then(success, fail).finally(function(){
|
}).then(success, fail).finally(function(){
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
self.set('disabled',false);
|
self.set('disabled',false);
|
||||||
}, 5*1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user