rDrama/files/assets/js/orgies.js

9 lines
177 B
JavaScript

function remove_orgy(t, chat_id, created_utc) {
postToast(t, `/chat/${chat_id}/remove_orgy/${created_utc}`,
{},
() => {
t.parentElement.parentElement.remove()
}
);
}