mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-19 01:43:42 +01:00
quick fix languages bundle (#1691)
This commit is contained in:
parent
44c5c87405
commit
95071eb87e
@ -1,6 +1,6 @@
|
||||
// update cache version every time there is a new deployment
|
||||
// so the service worker reinitializes the cache
|
||||
const CACHE_VERSION = 7
|
||||
const CACHE_VERSION = 8
|
||||
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
|
||||
|
||||
const getApiKey = request => {
|
||||
|
18
lnbits/static/bundle.min.js
vendored
18
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@ -17,6 +17,9 @@
|
||||
"/static/i18n/de.js",
|
||||
"/static/i18n/es.js",
|
||||
"/static/i18n/jp.js",
|
||||
"/static/i18n/pi.js",
|
||||
"/static/i18n/fr.js",
|
||||
"/static/i18n/nl.js",
|
||||
"/static/js/base.js",
|
||||
"/static/js/components.js",
|
||||
"/static/js/bolt11-decoder.js"
|
||||
|
@ -65,6 +65,9 @@
|
||||
"/static/i18n/de.js",
|
||||
"/static/i18n/es.js",
|
||||
"/static/i18n/jp.js",
|
||||
"/static/i18n/pi.js",
|
||||
"/static/i18n/fr.js",
|
||||
"/static/i18n/nl.js",
|
||||
"/static/js/base.js",
|
||||
"/static/js/components.js",
|
||||
"/static/js/bolt11-decoder.js"
|
||||
|
Loading…
Reference in New Issue
Block a user