summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index 040a363..c7026ba 100644
--- a/read.html
+++ b/read.html
@@ -211,7 +211,7 @@
console.log("loading from network");
if (navigator.onLine) {
- var book_url = "getbook/" + $.urlParam("id") + ".epub";
+ var book_url = "backend.php?op=download&id=" + $.urlParam("id");
RSVP.on('error', function(error) {
if ($(".loading").is(":visible")) {