chore: Bump asset versions for cache invalidation

Update JS asset version from 20260207 to 20260215 to force
browser cache reload after theme/logo fixes.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Rodrigo Rodriguez 2026-02-15 21:34:59 +00:00
parent a29255c848
commit ccee337522

View file

@ -72,10 +72,10 @@
<!-- SECURITY BOOTSTRAP - MUST load immediately after HTMX -->
<!-- This provides centralized auth for ALL apps: HTMX, fetch, XHR -->
<script src="suite/js/security-bootstrap.js?v=20260207b"></script>
<script src="suite/js/security-bootstrap.js?v=20260215a"></script>
<!-- ERROR REPORTER - Captures JS errors and sends to server log -->
<script src="suite/js/error-reporter.js?v=20260207c"></script>
<script src="suite/js/error-reporter.js?v=20260215a"></script>
<!-- i18n -->
<script src="suite/js/i18n.js"></script>