rDrama/files/assets/js/admin/banned_domains.js

9 lines
147 B
JavaScript

function unbanDomain(t, domain) {
postToast(
t,
`/admin/unban_domain/${domain}`,
{},
() => {t.parentElement.parentElement.remove()}
);
}