From 03bbcf1bf6be002dde3463c2370c11b2c7e38732 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 16 May 2022 02:19:46 -0700 Subject: web: clean up properly when match is ended while comp is throwing --- web/static/index.html | 2 +- web/static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web/static') diff --git a/web/static/index.html b/web/static/index.html index 609161a..8da5baa 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -3,7 +3,7 @@ dartboat™ - + diff --git a/web/static/sw.js b/web/static/sw.js index 5510e3f..253d350 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '8'; +const CACHE_VERSION = '9'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2