Added dynamic submenus

This commit is contained in:
2025-01-09 14:36:44 +01:00
parent d8ec067675
commit 7a66184a46
4 changed files with 39 additions and 8 deletions

View File

@@ -39,6 +39,7 @@
<!-- Include modal -->
{% include "moduls/modal.html.j2" %}
<script src="{{ url_for('static', filename='js/dynamic-modal.js') }}"></script>
<script src="{{ url_for('static', filename='js/close-submenus.js') }}"></script>
<script src="{{ url_for('static', filename='js/tooltip.js') }}"></script>
</body>
</html>