summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-05-01 17:23:08 +0300
committerAndrew Dolgov <[email protected]>2018-05-01 17:23:08 +0300
commit38a03bd23b0e9e8a63cd81130cdd70a55d3f907d (patch)
tree74e568f6d960bda54005f728bf5129732d0b7fde /read.html
parent76760cffe09083f31e51e81a3ec121c15b2126fc (diff)
another attempt at smarter swipe behavior
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 f37bb95..24ac43c 100644
--- a/read.html
+++ b/read.html
@@ -390,6 +390,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);