diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-18 11:01:31 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:01:28 +0200 |
| commit | 2e24911975a84cb8c433c148c79f05fd8fa9eb1a (patch) | |
| tree | 0ef8612dd04edda4be50f2ad7f8ecc87ac0a9769 | |
| parent | 3863583b15b3261efa8318955ffecee0cb1c56ac (diff) | |
| download | wvs-vplan-2e24911975a84cb8c433c148c79f05fd8fa9eb1a.tar.gz wvs-vplan-2e24911975a84cb8c433c148c79f05fd8fa9eb1a.zip | |
behebe Bug: Loader lädt unendlich
| -rw-r--r-- | js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js index 87909ac..d9eb592 100644 --- a/js/index.js +++ b/js/index.js @@ -547,6 +547,7 @@ function downloadPdf(link){ if($('#login').length){ removeLoginTab(); + $.mobile.loading('hide'); // Loader verstecken } }, function(err){ |
