This commit is contained in:
Aevann1 2021-11-30 19:55:33 +02:00
parent 5cf9e2e8a2
commit 03d338b583
25 changed files with 129 additions and 18 deletions

View file

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