Update templates/base_template.html
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 40s

This commit is contained in:
2024-12-21 17:58:52 +01:00
parent 79b087b99c
commit b80c192eba

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 }}" async></script> <script src="/static/js/modal_handler.js?v={{ timestamp }}"></script>
</body> </body>
</html> </html>