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