Add add-player modal and player bar button setup.

This commit is contained in:
MaxJa4
2024-01-15 11:26:55 +01:00
parent 65d3d994d7
commit 04a2a2815d
7 changed files with 139 additions and 7 deletions

View File

@@ -43,6 +43,11 @@
{{ template "add_clan" . }}
<!-- Edit Clan Modal -->
{{ template "edit_clan" . }}
<!-- Add Player Modal -->
{{ template "add_player" . }}
<script lang="javascript">
document.addEventListener('DOMContentLoaded', function() {