diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-16 12:02:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:52 +0200 |
| commit | 9b5c34025b97a76d54f50efec52297d856dedb2c (patch) | |
| tree | 0c6e8958f212a83a765886b3be1ed9df29c3284c | |
| parent | ed86b13b009f5a6d648c4b70503f1e154ba61b52 (diff) | |
| download | wvs-vplan-9b5c34025b97a76d54f50efec52297d856dedb2c.tar.gz wvs-vplan-9b5c34025b97a76d54f50efec52297d856dedb2c.zip | |
HOTFIX kaputter Download
| -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); |
