forked from External/greenlight
Added confirm modal when deleting recording (#2056)
This commit is contained in:
@ -37,5 +37,12 @@ $(document).on('turbolinks:load', function(){
|
||||
win.focus();
|
||||
});
|
||||
});
|
||||
|
||||
// Handle recording delete modal
|
||||
$(".delete-rec").click(function() {
|
||||
$("#delete-rec-confirm").parent().attr("action", $(this).data("path"))
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user