mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-11 02:23:36 +01:00
6 lines
188 B
CoffeeScript
6 lines
188 B
CoffeeScript
|
$(document).on "click", "a[data-action=ab-question-report]", (ev) ->
|
||
|
ev.preventDefault()
|
||
|
btn = $(this)
|
||
|
qId = btn[0].dataset.qId
|
||
|
reportDialog "question", qId, -> btn.button "reset"
|