From 63337ba4f8c4f31b7da96e9c3669fc29e0a03b49 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Fri, 13 May 2022 03:29:49 -0700 Subject: web: disable back button when installed as a PWA --- web/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/static/sw.js') diff --git a/web/static/sw.js b/web/static/sw.js index 7ed7a85..f5d699a 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '2'; +const CACHE_VERSION = '3'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const FILES = [ -- cgit v1.2.3-70-g09d2