removed comment that messes up the injection logic

This commit is contained in:
2025-11-05 17:15:29 +01:00
parent bec3d5a0ea
commit bfda3746fd
3 changed files with 41 additions and 42 deletions

View File

@@ -9,7 +9,6 @@
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<!-- in base.html, in <head> or just before </body> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.1/socket.io.min.js"></script>
<script src="https://unpkg.com/htmx.org@1.9.10"></script>