mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-10 02:33:36 +01:00
5 lines
177 B
CoffeeScript
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"
|