From de703d45c1865f1238d48eaaf1770772b9c93615 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Feb 2018 18:59:50 +0300 Subject: switch to a different library for swipe events --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worker.js') 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', ]; -- cgit v1.2.3