-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I'm looking to use Readk.it in a web based ereader, I'm creating my epubs with PubCoder ( http://www.pubcoder.com/ ). I've downloaded readk.it and installed it in the OEBPS folder, but when I browse to the index.html page on my WAMP installation I get the following error in the console
Uncaught ReferenceError: PubCoder is not defined
The errore shos up after this list of outputs :
_initialise
load_publication
load_html: ../../OEBPS/assets/1/page.xhtml
load_html: ../../OEBPS/assets/2/page.xhtml
...
load_html: ../../OEBPS/assets/47/page.xhtml
load_html: ../../OEBPS/assets/48/page.xhtml
Creating layout for: PUBCODER-121-EXAMPLE-BOOK
laying out: ../../OEBPS/assets/1/page.xhtml
laying out: ../../OEBPS/assets/2/page.xhtml
...
laying out: ../../OEBPS/assets/9/page.xhtml
laying out: ../../OEBPS/assets/10/page.xhtml
Any idea where the problem could be?