From e977833419252cd353d3cb16c9fa7367ed9eeed5 Mon Sep 17 00:00:00 2001 From: boxgaming <75969133+boxgaming@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:25:45 -0500 Subject: [PATCH] Removed versions from js includes for better integration with service-worker cache --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 434a2f4..de7c4b9 100644 --- a/index.html +++ b/index.html @@ -187,10 +187,10 @@ navigator.serviceWorker.register('./service-worker.js', { scope: "." }); } - - - - - - + + + + + + \ No newline at end of file