"feat: Implement debug fix in static files

This commit is contained in:
2025-05-29 20:17:53 +02:00
parent b078eefb4d
commit ff83dd186d
5 changed files with 631 additions and 1 deletions

View File

@@ -576,6 +576,7 @@
</footer>
<!-- JavaScript -->
<script src="{{ url_for('static', filename='js/debug-fix.js') }}"></script>
<script src="{{ url_for('static', filename='js/ui-components.js') }}"></script>
<script src="{{ url_for('static', filename='js/job-manager.js') }}"></script>
<script src="{{ url_for('static', filename='js/dark-mode-fix.js') }}"></script>