summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-20 20:15:08 +0300
committerAndrew Dolgov <[email protected]>2018-02-20 20:20:36 +0300
commit77a76bda3779b25b852dcefb8c8277b23c4e469a (patch)
tree6e19b61a381f2294b4c973695972b1a4e46e3fbd /worker.js
parentb2a1b230132100adf754f53ca900c3574c804cdb (diff)
disable swipes (unreliable, sometimes cause huge delays on epub chapter
unload)
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 a9259e6..d9767e9 100644
--- a/worker.js
+++ b/worker.js
@@ -6,7 +6,7 @@ const CACHE_URLS = [
'js/common.js',
'js/read.js',
'js/offline.js',
- 'js/swipes.js',
+ 'js/reader.js',
'js/dict.js',
'css/read.css',
'css/reader.css',
@@ -31,7 +31,6 @@ const CACHE_URLS = [
'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2',
'lib/qtip2/jquery.qtip.min.css',
'lib/qtip2/jquery.qtip.min.js',
- 'lib/jquery.touchSwipe.min.js',
];