aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author alemi <[email protected]>2025-10-18 23:08:41 +0200
committer alemi <[email protected]>2025-10-18 23:08:41 +0200
commit12e8ddb91b17a4648dbda1a041493a2a6963b3aa (patch)
treedfc4a6b609157d280aa3b45044ed654839aedc70
parent7fdef99eaf6ad3c0c16bacac35b3144fa373e54f (diff)
chore(web): tabsHEADdev
-rw-r--r--web/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/index.html b/web/index.html
index 051cc94..b50d3cb 100644
--- a/web/index.html
+++ b/web/index.html
@@ -42,12 +42,12 @@ const precachedResources = [
];
async function precache() {
- const cache = await caches.open('upub-assets-cache');
- return cache.addAll(precachedResources);
+ const cache = await caches.open('upub-assets-cache');
+ return cache.addAll(precachedResources);
}
self.addEventListener("install", (event) => {
- event.waitUntil(precache());
+ event.waitUntil(precache());
});
</script>
</html>