This commit is contained in:
Aevann1 2021-12-01 14:25:00 +02:00
parent 1e20598323
commit 3ca67cff7a
23 changed files with 408 additions and 435 deletions

View file

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