From 77a76bda3779b25b852dcefb8c8277b23c4e469a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Feb 2018 20:15:08 +0300 Subject: disable swipes (unreliable, sometimes cause huge delays on epub chapter unload) --- worker.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'worker.js') 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', ]; -- cgit v1.2.3