This commit is contained in:
Aevann1 2021-09-26 11:06:17 +02:00
parent f1f4ad8c20
commit 22523e9ad7
15 changed files with 91 additions and 91 deletions

View file

@ -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`;
}