forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-01 14:42:29 +02:00
parent 0d8b21ff5f
commit d8da5dc4c6
1 changed files with 17 additions and 20 deletions

View File

@ -1,6 +1,5 @@
<script>
window.addEventListener("load",function(event) {
const banModal = function(link, id, name) {
document.getElementById("banModalTitle").innerHTML = `Ban @${name}`;
document.getElementById("ban-modal-link").value = link;
@ -23,8 +22,6 @@
xhr.send(fd);
}
};
});
</script>
<div class="modal fade" id="banModal" tabindex="-1" role="dialog" aria-labelledby="banModalTitle" aria-hidden="true">