summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-03-03 15:00:50 +0300
committerAndrew Dolgov <[email protected]>2017-03-03 15:00:50 +0300
commitd5c670e0e2cd84fea2e3bbefff027698da022625 (patch)
tree3c0ea5cacf6b1f5d6871e0cb0615141136ce3e36 /read.html
parentd0bf32292a7713e896aa583cdfff27edc443d4bb (diff)
use custom-built jquery mobile with only touch events, add transition css
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index d80b6eb..8cfd57e 100644
--- a/read.html
+++ b/read.html
@@ -325,7 +325,7 @@
var baseUrl = window.location.href.match(/^.*\//)[0];
EPUBJS.core.addScripts([baseUrl + "lib/bootstrap/v3/js/jquery.js",
- baseUrl + "lib/jquery.mobile-1.4.5.js",
+ baseUrl + "lib/jquery.mobile.custom.js",
baseUrl + "js/swipes.js" ], null, renderer.doc.head);
EPUBJS.core.addCss(baseUrl + "css/transitions.css", null, renderer.doc.head);