summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index 5c9d89e..47f1d39 100644
--- a/js/index.js
+++ b/js/index.js
@@ -122,7 +122,7 @@ function download_pdf(link){
fileTransfer.download(
link,
- sPath,
+ fileEntry.toURL(),
function(theFile){
console.log('Download fertig: ' + theFile.toURL());
addplanattr(theFile);