mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 10:16:03 +01:00
bugFuchs
This commit is contained in:
parent
7b5454a1bd
commit
69e55f001e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ $(document).on "click", "button[name=qb-all-ask]", ->
|
|||
showNotification "An error occurred, a developer should check the console for details", false
|
||||
complete: (jqxhr, status) ->
|
||||
btn.button "reset"
|
||||
$("textarea[name=qb-question]").removeAttr "readonly"
|
||||
$("textarea[name=qb-all-question]").removeAttr "readonly"
|
||||
|
||||
$(document).on "keydown", "textarea[name=ib-answer]", (evt) ->
|
||||
iid = $(this)[0].dataset.id
|
||||
|
|
Loading…
Reference in a new issue