mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 04:49:07 +01:00
5 lines
188 B
CoffeeScript
5 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"
|