forked from rDrama/rDrama
1
0
Fork 0

fix unbanning domains

master
Aevann1 2022-12-21 18:14:16 +02:00
parent 217ff9e9e8
commit c32043c2b0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<script>
function unbanDomain(t, domain) {
domain = encodeURIComponent(domain);
postToastSwitch(t,'/admin/unban_domain/' + domain);
t.parentElement.parentElement.remove();
}