mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue