From b9d3fc5744b956f5a388f909bcd7a7e5b1a6d939 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 2 May 2023 12:27:51 +0100 Subject: [PATCH] Fix spark image --- lnbits/core/static/js/service-worker.js | 2 +- lnbits/core/templates/core/index.html | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lnbits/core/static/js/service-worker.js b/lnbits/core/static/js/service-worker.js index 44f11b131..12c840e52 100644 --- a/lnbits/core/static/js/service-worker.js +++ b/lnbits/core/static/js/service-worker.js @@ -1,6 +1,6 @@ // update cache version every time there is a new deployment // so the service worker reinitializes the cache -const CACHE_VERSION = 2 +const CACHE_VERSION = 3 const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const getApiKey = request => { diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index 25e8f4d06..09feb2655 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -141,9 +141,7 @@ > -
 
- -
+