From 38a03bd23b0e9e8a63cd81130cdd70a55d3f907d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 May 2018 17:23:08 +0300 Subject: another attempt at smarter swipe behavior --- read.html | 1 + 1 file changed, 1 insertion(+) (limited to 'read.html') 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); -- cgit v1.2.3