summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-20 18:59:50 +0300
committerAndrew Dolgov <[email protected]>2018-02-20 19:24:09 +0300
commitde703d45c1865f1238d48eaaf1770772b9c93615 (patch)
treed665f718650e627b9515920c323b642d8cd9a598 /worker.js
parent3f21af6c1b8d1ece3cd28ae5a153120da848c184 (diff)
switch to a different library for swipe events
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 09660ed..a9259e6 100644
--- a/worker.js
+++ b/worker.js
@@ -24,7 +24,6 @@ const CACHE_URLS = [
'lib/localforage.min.js',
'lib/holder.min.js',
'lib/smartimages.js',
- 'lib/jquery.mobile.custom.js',
'lib/bootstrap/v3/css/bootstrap-theme.min.css',
'lib/bootstrap/v3/css/bootstrap.min.css',
'lib/bootstrap/v3/js/jquery.js',
@@ -32,6 +31,7 @@ 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',
];