From 9623d7323add3715dbcefb9c7a6c970b01260683 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Wed, 17 Jun 2026 14:02:53 +0000 Subject: [PATCH] fix: cache-bust JS files to force Cloudflare to serve fixed jarvis-protocols.js jarvis-protocols.js had a syntax error (apostrophe in single-quoted string) that Cloudflare was caching (4h TTL). Adding ?v=20260617 to all JS script tags forces a cache miss so the browser gets the fixed file immediately. Co-Authored-By: Claude Sonnet 4.6 --- public_html/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index c9e5f2b..09c2722 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -418,10 +418,10 @@ style="position:fixed;top:-9999px;left:-9999px;width:320px;height:240px"> - - - - + + + +