mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00: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(){
|
||||
setTimeout(function(){
|
||||
self.set('disabled',false);
|
||||
}, 5*1000);
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user