From 9b5c34025b97a76d54f50efec52297d856dedb2c Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 16 Apr 2014 12:02:28 +0200 Subject: HOTFIX kaputter Download --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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); -- cgit v1.3.1