summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 10:51:19 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 10:51:19 +0300
commitdcc41c8200af4ed95c281a604c33c631ca5ff01b (patch)
tree84a4000ce692aa26f2731f5e50458b4fc49382d5 /worker.js
parentd7b02e140e628fcb0ba838925ff0ad4237dbb6cd (diff)
rework reader to use global Reader object
various theme-related fixes
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.js b/worker.js
index b1d1aee..65c39e6 100644
--- a/worker.js
+++ b/worker.js
@@ -8,8 +8,8 @@ const CACHE_URLS = [
'img/favicon.png',
'read.html',
'js/app.js',
- 'js/read.js',
'js/reader.js',
+ 'js/reader_iframe.js',
'js/dict.js',
'css/read.css',
'css/reader.css',