rDrama/files/assets/js/userpage_blocking.js

10 lines
123 B
JavaScript
Raw Normal View History

2023-09-07 09:25:15 +00:00
function unblock_user(t, url) {
postToast(t, url,
{
},
() => {
t.parentElement.parentElement.remove();
}
);
}