fds
This commit is contained in:
parent
f1f4ad8c20
commit
22523e9ad7
15 changed files with 91 additions and 91 deletions
|
@ -14,8 +14,8 @@
|
|||
xhr.withCredentials = true;
|
||||
|
||||
xhr.onload = function(){
|
||||
$('#toast-post-success').toast('dispose');
|
||||
$('#toast-post-success').toast('show');
|
||||
document.getElementById('toast-post-success').toast('dispose');
|
||||
document.getElementById('toast-post-success').toast('show');
|
||||
document.getElementById('toast-post-success-text').innerHTML = `@${name} banned`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue