diff --git a/lnbits/core/static/js/service-worker.js b/lnbits/core/static/js/service-worker.js index 151602a6..22451ab2 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 = 10 +const CACHE_VERSION = 15 const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const getApiKey = request => { diff --git a/lnbits/core/templates/core/wallet.html b/lnbits/core/templates/core/wallet.html index 896304e2..d60da39d 100644 --- a/lnbits/core/templates/core/wallet.html +++ b/lnbits/core/templates/core/wallet.html @@ -779,23 +779,27 @@ + - - - - - + + + + diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index c0c58a1e..08885273 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -46,9 +46,13 @@ {% raw %}{{ $t('voidwallet_active') }}{% endraw %} {%endif%} - +