summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-26 13:28:58 +0300
committerAndrew Dolgov <[email protected]>2018-02-26 13:28:58 +0300
commit82e821c5b5495b8c9fc1e15cb11e3bbd5438eb36 (patch)
tree22589d060c3c5cfdac024a6e771306c464ca7836 /read.html
parentade92000ea4c7b05503211623b1672dc0c4b2ff1 (diff)
exp workaround: enable swipes after first touch event
Diffstat (limited to 'read.html')
-rw-r--r--read.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.html b/read.html
index 004fa9e..319d4e0 100644
--- a/read.html
+++ b/read.html
@@ -388,6 +388,7 @@
var baseUrl = window.location.href.match(/^.*\//)[0];
EPUBJS.core.addScripts([baseUrl + "lib/bootstrap/v3/js/jquery.js",
+ baseUrl + "lib/jquery.mobile.custom.js",
baseUrl + "js/reader.js",
baseUrl + "js/dict.js" ], null, renderer.doc.head);