fix(cache): add cache-busting versions to pressure chart and activity timeline
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 <noreply@anthropic.com>
This commit is contained in:
parent
0c09119e61
commit
8400edd16c
1 changed files with 2 additions and 2 deletions
|
|
@ -549,8 +549,8 @@
|
|||
<script src="/js/components/interactive-diagram.js?v=20251019170000"></script>
|
||||
|
||||
<!-- Data Visualizations (Phase 3) -->
|
||||
<script src="/js/components/pressure-chart.js"></script>
|
||||
<script src="/js/components/activity-timeline.js"></script>
|
||||
<script src="/js/components/pressure-chart.js?v=20251019172000"></script>
|
||||
<script src="/js/components/activity-timeline.js?v=20251019172000"></script>
|
||||
|
||||
<!-- Footer Component -->
|
||||
<script src="/js/components/footer.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue