This commit is contained in:
Aevann1 2021-09-26 12:24:00 +02:00
parent 3121d55f0a
commit 4ac0f62812

View file

@ -14,8 +14,9 @@
xhr.withCredentials = true;
xhr.onload = function(){
document.getElementById('toast-post-success').toast('dispose');
document.getElementById('toast-post-success').toast('show');
var myToast = new bootstrap.Toast(document.getElementById('toast-post-success'));
myToast.hide();
myToast.show();
document.getElementById('toast-post-success-text').innerHTML = `@${name} banned`;
}