From a5c8405b9ae39f23bcb8dad8aa0c3acdb1765f2e Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 27 Dec 2014 03:01:52 +0100 Subject: [PATCH] attempt to fix this shit --- app/assets/javascripts/inbox.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/inbox.coffee b/app/assets/javascripts/inbox.coffee index 32abdec6..384c337b 100644 --- a/app/assets/javascripts/inbox.coffee +++ b/app/assets/javascripts/inbox.coffee @@ -42,7 +42,7 @@ complete: (jqxhr, status) -> btn.button "reset" if succ - btn.attr "disabled", "disabled" # this doesn't really work like I wanted it to… + btn.prop "disabled", true # this doesn't really work like I wanted it to… btn[0].dataset.ibCount = 0