summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-04-16 12:02:28 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 19:46:52 +0200
commit9b5c34025b97a76d54f50efec52297d856dedb2c (patch)
tree0c6e8958f212a83a765886b3be1ed9df29c3284c /js
parented86b13b009f5a6d648c4b70503f1e154ba61b52 (diff)
downloadwvs-vplan-9b5c34025b97a76d54f50efec52297d856dedb2c.tar.gz
wvs-vplan-9b5c34025b97a76d54f50efec52297d856dedb2c.zip
HOTFIX kaputter Download
Diffstat (limited to 'js')
-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);