rDrama/files/assets/js/userpage_blocking.js

10 lines
123 B
JavaScript

function unblock_user(t, url) {
postToast(t, url,
{
},
() => {
t.parentElement.parentElement.remove();
}
);
}