fixed: removed js

This commit is contained in:
Lukas 2025-11-14 09:51:57 +01:00
parent 1e357181b6
commit 4c7657ce75
2 changed files with 1961 additions and 33 deletions

File diff suppressed because it is too large Load Diff

View File

@ -445,20 +445,8 @@
<script src="/static/js/localization.js"></script>
<!-- UX Enhancement Scripts -->
<script src="/static/js/keyboard_shortcuts.js"></script>
<script src="/static/js/drag_drop.js"></script>
<script src="/static/js/bulk_operations.js"></script>
<script src="/static/js/user_preferences.js"></script>
<script src="/static/js/advanced_search.js"></script>
<script src="/static/js/undo_redo.js"></script>
<!-- Mobile & Accessibility Scripts -->
<script src="/static/js/mobile_responsive.js"></script>
<script src="/static/js/touch_gestures.js"></script>
<script src="/static/js/accessibility_features.js"></script>
<script src="/static/js/screen_reader_support.js"></script>
<script src="/static/js/color_contrast_compliance.js"></script>
<script src="/static/js/multi_screen_support.js"></script>
<script src="/static/js/app.js"></script>
</body>