This commit is contained in:
Aevann1 2021-09-19 14:54:26 +02:00
parent 381ffee374
commit 7b5d09bf59

View file

@ -450,7 +450,7 @@
const banModal = function(link, id, name) {
document.getElementById("banModalTitle").innerHTML = `Ban @${name}`;
document.getElementById("reason").innerHTML = link;
document.getElementById("reason").value = link;
document.getElementById("banUserButton").innerHTML = `Ban @${name}`;
document.getElementById("banUserButton").onclick = function() {