From 39cf998926c59647f7f8a7e9794d4fb70344282b Mon Sep 17 00:00:00 2001 From: Sudhakar Vankamamidi Date: Fri, 17 May 2024 00:42:05 +0530 Subject: [PATCH] Update sw.js --- sw.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw.js b/sw.js index 52a11e8..28a7dc6 100644 --- a/sw.js +++ b/sw.js @@ -1,8 +1,8 @@ // Files to cache -const cacheName = 'aac5' +const cacheName = 'aac5.2' const appShellFiles = [ '/open-aac/', - '/open-aac/index.html', + //'/open-aac/index.html', '/open-aac/icons/aac.png', 'https://code.jquery.com/ui/1.13.0/themes/base/jquery-ui.css', 'https://code.jquery.com/jquery-3.6.0.js',