summaryrefslogtreecommitdiff
path: root/public/service-worker.js
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-18 08:49:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-18 08:49:28 +0200
commitb9f8d536b5125c12488b890e98c2e19fb8671090 (patch)
tree1aaf8abdd5f51eea4fbd70b7da2e217a0777c31f /public/service-worker.js
parent99d0339602dcc3fdde7794e56f41086c794b56c7 (diff)
fix input background color in dark theme1.4.1
Diffstat (limited to 'public/service-worker.js')
-rw-r--r--public/service-worker.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/public/service-worker.js b/public/service-worker.js
index 165038b..9e066b4 100644
--- a/public/service-worker.js
+++ b/public/service-worker.js
@@ -1,19 +1,19 @@
-const CACHE_NAME = 'static-cache-v21';
+const CACHE_NAME = 'static-cache-v22';
const FILES_TO_CACHE = [
'/favicon.ico',
'/offline.html',
- '/static/v21/css/light.min.css',
- '/static/v21/css/dark.min.css',
- '/static/v21/css/material-icons.css',
- '/static/v21/css/local.css',
- '/static/v21/fonts/MaterialIcons-Regular.woff2',
- '/static/v21/fonts/MaterialIcons-Regular.woff',
- '/static/v21/fonts/MaterialIcons-Regular.ttf',
- '/static/v21/js/jquery-3.4.1.min.js',
- '/static/v21/js/materialize.min.js',
- '/static/v21/js/travelynx-actions.min.js',
- '/static/v21/js/autocomplete.min.js',
- '/static/v21/js/geolocation.min.js',
+ '/static/v22/css/light.min.css',
+ '/static/v22/css/dark.min.css',
+ '/static/v22/css/material-icons.css',
+ '/static/v22/css/local.css',
+ '/static/v22/fonts/MaterialIcons-Regular.woff2',
+ '/static/v22/fonts/MaterialIcons-Regular.woff',
+ '/static/v22/fonts/MaterialIcons-Regular.ttf',
+ '/static/v22/js/jquery-3.4.1.min.js',
+ '/static/v22/js/materialize.min.js',
+ '/static/v22/js/travelynx-actions.min.js',
+ '/static/v22/js/autocomplete.min.js',
+ '/static/v22/js/geolocation.min.js',
];
self.addEventListener('install', (evt) => {