Optimize all modals (fetching). Implement add-player modal.

This commit is contained in:
MaxJa4
2024-01-16 20:19:40 +01:00
parent 8c4ed63359
commit fc084108ac
13 changed files with 134 additions and 91 deletions

View File

@@ -40,11 +40,12 @@
<!-- Add Player Modal -->
{{ template "add_player" . }}
<!-- Delete Player Modal -->
{{ template "delete_player" . }}
<script lang="javascript">
document.addEventListener('DOMContentLoaded', function() {
loadClans();
});
</script>