forked from MarseyWorld/MarseyWorld
fix unbanning domains
parent
217ff9e9e8
commit
c32043c2b0
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function unbanDomain(t, domain) {
|
function unbanDomain(t, domain) {
|
||||||
|
domain = encodeURIComponent(domain);
|
||||||
postToastSwitch(t,'/admin/unban_domain/' + domain);
|
postToastSwitch(t,'/admin/unban_domain/' + domain);
|
||||||
t.parentElement.parentElement.remove();
|
t.parentElement.parentElement.remove();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue