summaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/index.js b/js/index.js
index 28c736c..19e63aa 100644
--- a/js/index.js
+++ b/js/index.js
@@ -128,11 +128,7 @@ function download_pdf(link, id){
function(theFile){
console.log('Download fertig: ' + theFile.toURL());
addplanattr(theFile, id);
- },
- function(error){
- console.log('Fehler: ' + error.source + ' - '+ error.target + ' - ' + error.code);
- fail();
- });
+ }, fail);
}, fail);
});
}, fail);