retrospring/app/javascript/legacy/answerbox/report.coffee
2020-12-26 21:59:53 +01:00

5 lines
177 B
CoffeeScript

$(document).on "click", "a[data-action=ab-report]", (ev) ->
ev.preventDefault()
btn = $(this)
aid = btn[0].dataset.aId
reportDialog "answer", aid, -> btn.button "reset"