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

5 lines
186 B
CoffeeScript

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