mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 18:37:50 +01:00
attempt to fix this shit
This commit is contained in:
parent
64d50ad9b4
commit
a5c8405b9a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue