From c78af7d56c4d2dbc46ffa1ebebc6d0bbf802e35b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 18 Jun 2019 14:19:03 +0300 Subject: switch to jquery mobile events; use doubletap to toggle fullscreen --- worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worker.js') diff --git a/worker.js b/worker.js index f218800..31bdc89 100644 --- a/worker.js +++ b/worker.js @@ -26,7 +26,7 @@ const CACHE_URLS = [ 'lib/zip.min.js', 'lib/epub.js', 'lib/localforage.min.js', - 'lib/jquery.mobile.custom.js', + 'lib/jquery.mobile-events.min.js', 'lib/holder.min.js', 'lib/bootstrap/v3/css/bootstrap-theme.min.css', 'lib/bootstrap/v3/css/bootstrap.min.css', -- cgit v1.2.3