From 8400edd16cf1103ae00b0575dc343d60ed84b707 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 19 Oct 2025 22:14:25 +1300 Subject: [PATCH] fix(cache): add cache-busting versions to pressure chart and activity timeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SUMMARY: Added version query strings to demo script tags to force browser cache refresh for the initialization timing fixes. CHANGES: - Added ?v=20251019172000 to pressure-chart.js - Added ?v=20251019172000 to activity-timeline.js IMPACT: Users will now load the fixed JavaScript that properly initializes when DOM is already loaded. Prevents stale cache issues. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude --- public/architecture.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/architecture.html b/public/architecture.html index f2618c3d..1237a171 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -549,8 +549,8 @@ - - + +