From c81c749de043ab1729c33b5b8d831387044fc319 Mon Sep 17 00:00:00 2001 From: bat Date: Mon, 10 Apr 2023 07:12:17 +0000 Subject: [PATCH] Updates to run inside or outside sandbox --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 3c20815..2978397 100644 --- a/sw.js +++ b/sw.js @@ -11,7 +11,7 @@ async function initCache() { '/dialog/dialog.js', '/forms/button-group.js', '/menu/dropdown.js', - ]) + ]) //1 } self.addEventListener("install", event => {