mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 04:02:12 +02: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
|
showNotification "An error occurred, a developer should check the console for details", false
|
||||||
complete: (jqxhr, status) ->
|
complete: (jqxhr, status) ->
|
||||||
btn.button "reset"
|
btn.button "reset"
|
||||||
$("textarea[name=qb-question]").removeAttr "readonly"
|
$("textarea[name=qb-all-question]").removeAttr "readonly"
|
||||||
|
|
||||||
$(document).on "keydown", "textarea[name=ib-answer]", (evt) ->
|
$(document).on "keydown", "textarea[name=ib-answer]", (evt) ->
|
||||||
iid = $(this)[0].dataset.id
|
iid = $(this)[0].dataset.id
|
||||||
|
|
Loading…
Reference in a new issue