diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-13 11:34:22 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:51 +0200 |
| commit | e319c2d557183af57b444f627fca757647a134fc (patch) | |
| tree | e0634daca91cc501a53c3838bf18bb72d3520486 /js/index.js | |
| parent | 5efbbffb4b75b168a503311685d6aefc773e2f05 (diff) | |
| download | wvs-vplan-e319c2d557183af57b444f627fca757647a134fc.tar.gz wvs-vplan-e319c2d557183af57b444f627fca757647a134fc.zip | |
kürze Fehlermeldung in download_pdf
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 6 |
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); |
