This commit is contained in:
Aevann1 2021-09-26 13:06:03 +02:00
parent 8ab48ca325
commit dafd7a1ee7
6 changed files with 2 additions and 22 deletions

View file

@ -15,7 +15,6 @@
xhr.onload = function(){
var myToast = new bootstrap.Toast(document.getElementById('toast-post-success'));
myToast.hide();
myToast.show();
document.getElementById('toast-post-success-text').innerHTML = `@${name} banned`;
}