attempt to fix this shit
This commit is contained in:
parent
64d50ad9b4
commit
a5c8405b9a
|
@ -42,7 +42,7 @@
|
||||||
complete: (jqxhr, status) ->
|
complete: (jqxhr, status) ->
|
||||||
btn.button "reset"
|
btn.button "reset"
|
||||||
if succ
|
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
|
btn[0].dataset.ibCount = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue