dfsfsd
This commit is contained in:
parent
5cf9e2e8a2
commit
03d338b583
25 changed files with 129 additions and 18 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue