Added tooltip js

This commit is contained in:
2025-01-08 20:32:00 +01:00
parent f9af3e33b8
commit 861fd29d45
4 changed files with 73 additions and 544 deletions

View File

@@ -39,5 +39,6 @@
<!-- 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/tooltip.js') }}"></script>
</body>
</html>