summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 08:34:24 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 08:34:24 +0300
commit0a80c7a89cbe092d4ec6591b1ce0ab68479323d6 (patch)
tree0da476cbacdb3c33b86ccd078d863c6bde2a7b2b /worker.js
parentbb0bbfb1ed76bb9c429b92d3769c19adef553e43 (diff)
combine index-related JS code into one App object
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/worker.js b/worker.js
index ea568c8..b1d1aee 100644
--- a/worker.js
+++ b/worker.js
@@ -7,9 +7,8 @@ const CACHE_URLS = [
'img/ic_launcher_web.png',
'img/favicon.png',
'read.html',
- 'js/common.js',
+ 'js/app.js',
'js/read.js',
- 'js/offline.js',
'js/reader.js',
'js/dict.js',
'css/read.css',