Implemented hover submenüs

This commit is contained in:
2025-01-09 14:42:38 +01:00
parent 7a66184a46
commit d59cc73470
5 changed files with 56 additions and 27 deletions

View File

@@ -39,7 +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/submenus.js') }}"></script>
<script src="{{ url_for('static', filename='js/tooltip.js') }}"></script>
</body>
</html>