mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
its not a button ok
This commit is contained in:
parent
66734193b0
commit
054ece5aed
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $(document).on "click", "button[name=qb-all-ask]", ->
|
|||
# hotkey for accessing this quickly
|
||||
$(document).on "keydown", (evt) ->
|
||||
if evt.keyCode == 77 and (evt.ctrlKey or evt.metaKey)
|
||||
$('button[name=toggle-all-ask]').trigger 'click'
|
||||
$('.btn[name=toggle-all-ask]').trigger 'click'
|
||||
|
||||
# see GitHub issue #2
|
||||
($ document).on "keydown", "textarea[name=qb-all-question]", (evt) ->
|
||||
|
|
Loading…
Reference in a new issue