From 64a55aca613bff9dc227ffea0dbfb77ca5f1eafc Mon Sep 17 00:00:00 2001 From: Fred Chasen Date: Thu, 3 Dec 2015 17:32:05 -0500 Subject: [PATCH] switch back to moby dick in reader --- reader/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader/index.html b/reader/index.html index cc45811..cf85a73 100755 --- a/reader/index.html +++ b/reader/index.html @@ -25,7 +25,7 @@ EPUBJS.cssPath = window.location.href.replace(window.location.hash, '').replace('index.html', '') + "css/"; // fileStorage.filePath = EPUBJS.filePath; - window.reader = ePubReader("../books/pg42671-images.epub"); + window.reader = ePubReader("moby-dick/"); } };