Continued update on FA and update jquery now as well

This commit is contained in:
Oliver Falk
2025-09-17 16:54:55 +02:00
parent 254eb93049
commit f15d9af595
7 changed files with 4327 additions and 3 deletions

File diff suppressed because one or more lines are too long

4326
ivatar/static/js/jquery-3.7.1.slim.min.js vendored Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -28,7 +28,7 @@
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<script src="{% static '/js/jquery-3.3.1.slim.min.js' %}"></script>
<script src="{% static '/js/jquery-3.7.1.slim.min.js' %}"></script>
{% if user.is_authenticated %}
{% if user.userpreference and user.userpreference.theme != 'default' %}
{% with 'css/'|add:user.userpreference.theme|add:'.css' as theme_css %}