moved the modal logic to it's own file to

declutter index.js
This commit is contained in:
Karma Riuk
2025-05-18 18:05:56 +02:00
parent 81f4f334d1
commit cafd73dafe
3 changed files with 43 additions and 43 deletions

View File

@ -11,6 +11,7 @@
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
<script defer src="js/index.js"></script>
<script defer src="js/sorttable.js"></script>
<script defer src="js/modal.js"></script>
</head>
<body>