diff --git a/lnbits/core/static/js/service-worker.js b/lnbits/core/static/js/service-worker.js index 151602a67..22451ab27 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 896304e23..d60da39d4 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 c0c58a1e2..088852735 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -46,9 +46,13 @@ {% raw %}{{ $t('voidwallet_active') }}{% endraw %} {%endif%} - +