"Refactor template files for improved readability (feat)"

This commit is contained in:
2025-05-29 20:47:15 +02:00
parent 1cd8617a42
commit f4c2f2b2d2
2 changed files with 39 additions and 5 deletions

View File

@@ -584,6 +584,7 @@
<script src="{{ url_for('static', filename='js/global-refresh-functions.js') }}"></script>
<script src="{{ url_for('static', filename='js/event-handlers.js') }}"></script>
<script src="{{ url_for('static', filename='js/csp-violation-handler.js') }}"></script>
<script src="{{ url_for('static', filename='js/printer_monitor.js') }}"></script>
{% if current_user.is_authenticated %}
<script src="{{ url_for('static', filename='js/notifications.js') }}"></script>
<script src="{{ url_for('static', filename='js/auto-logout.js') }}"></script>