summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-03 14:12:28 +0300
committerAndrew Dolgov <[email protected]>2017-03-03 14:12:28 +0300
commit07ffd94029b6ca88e1a563fa6a9e0d1be42c0c05 (patch)
tree25d2772e282f446f14a535fe3bfbfafad2c836b3 /worker.js
parent9047d0e3746820988f6a23ac1ca1f001f4c70c3e (diff)
add support for swipe detection
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index a7c1a2a..6d98283 100644
--- a/worker.js
+++ b/worker.js
@@ -10,6 +10,7 @@ self.addEventListener('install', function(event) {
'js/common.js',
'js/read.js',
'js/offline.js',
+ 'js/swipes.js',
'css/read.css',
'css/index.css',
'offline.html',
@@ -18,6 +19,7 @@ self.addEventListener('install', function(event) {
'lib/localforage.min.js',
'lib/holder.min.js',
'lib/smartimages.js',
+ 'lib/jquery.mobile-1.4.5.js',
'lib/bootstrap/v3/css/bootstrap-theme.min.css',
'lib/bootstrap/v3/css/bootstrap.min.css',
'lib/bootstrap/v3/js/jquery.js',