forked from zer.ooo/web
5 lines
169 B
JavaScript
5 lines
169 B
JavaScript
$(function () {
|
|
$('.actions .certificate-delete').click(function () {
|
|
$(this).parents('li').first().find('.certificate-revoke').addClass('show')
|
|
});
|
|
});
|