fds
This commit is contained in:
parent
381ffee374
commit
7b5d09bf59
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue