From a23d2174fc6fcb7f373523b003add520c378fbfa Mon Sep 17 00:00:00 2001 From: Quality App System Date: Mon, 19 Jan 2026 21:46:31 +0200 Subject: [PATCH] Fix: Add cache-busting version parameter to JavaScript files - Added ?v=3 to script.js and ?v=2 to storage-utils.js - Forces browsers to reload the fixed JavaScript files - Resolves cached script.js with duplicate safeStorage declaration --- py_app/app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py_app/app/templates/base.html b/py_app/app/templates/base.html index 08668a2..c2f4052 100644 --- a/py_app/app/templates/base.html +++ b/py_app/app/templates/base.html @@ -66,9 +66,9 @@ {% block content %}{% endblock %} - + {% if request.endpoint != 'main.fg_quality' %} - + {% endif %}