1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

switch back to moby dick in reader

This commit is contained in:
Fred Chasen 2015-12-03 17:32:05 -05:00
parent c2300afe42
commit 64a55aca61

View file

@ -25,7 +25,7 @@
EPUBJS.cssPath = window.location.href.replace(window.location.hash, '').replace('index.html', '') + "css/"; EPUBJS.cssPath = window.location.href.replace(window.location.hash, '').replace('index.html', '') + "css/";
// fileStorage.filePath = EPUBJS.filePath; // fileStorage.filePath = EPUBJS.filePath;
window.reader = ePubReader("../books/pg42671-images.epub"); window.reader = ePubReader("moby-dick/");
} }
}; };