diff --git a/static/download.html b/static/download.html index 2e97717..29cc447 100644 --- a/static/download.html +++ b/static/download.html @@ -82,7 +82,7 @@

Send to Kobo/Kindle

if (data.file) { downloads.style.display = 'block' downloadlink.textContent = data.file.name - downloadlink.href = '/' + encodeURIComponent(data.file.name) + "?key=" + key + downloadlink.href = './' + encodeURIComponent(data.file.name) + "?key=" + key } else { downloads.style.display = 'none' }