retrospring/app/assets/javascripts/answerbox/report.coffee

6 lines
177 B
CoffeeScript
Raw Normal View History

2014-12-28 19:56:37 +01:00
$(document).on "click", "a[data-action=ab-report]", (ev) ->
ev.preventDefault()
2015-01-03 19:49:47 +01:00
btn = $(this)
aid = btn[0].dataset.aId
2015-04-22 04:59:10 +02:00
reportDialog "answer", aid, -> btn.button "reset"