1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

changed dist

This commit is contained in:
Fred Chasen 2013-04-01 13:17:26 -07:00
parent 370d9652c1
commit 882c72b81a

View file

@ -18,7 +18,7 @@
document.onreadystatechange = function () {
if (document.readyState == "complete") {
FP.filePath = "/dist/";
FP.filePath = "dist/";
fileStorage.filePath = FP.filePath + "libs/";
FPR.app.init();