ramp it down to 1 second, already handled on server so it will hold you back

This commit is contained in:
Sam 2014-12-05 09:58:50 +11:00
parent 3faa220dbc
commit bc772233a7

View File

@ -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;