næste side fix
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 36s

This commit is contained in:
2024-12-21 02:47:31 +01:00
parent 162591f527
commit 7c9dc1cd01

View File

@@ -69,7 +69,7 @@
<script src="/static/js/breakpoints.min.js" defer></script> <script src="/static/js/breakpoints.min.js" defer></script>
<script src="/static/js/util.js" defer></script> <script src="/static/js/util.js" defer></script>
<script src="/static/js/main.js" defer></script> <script src="/static/js/main.js" defer></script>
<script src="/static/js/modal_handler.js?v={{ timestamp }}" defer></script> <script src="/static/js/modal_handler.js?v={{ timestamp }}" async></script>
</body> </body>
</html> </html>