diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/index.js | 2 |
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); |
