summaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-05-18 11:01:31 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:01:28 +0200
commit2e24911975a84cb8c433c148c79f05fd8fa9eb1a (patch)
tree0ef8612dd04edda4be50f2ad7f8ecc87ac0a9769 /js/index.js
parent3863583b15b3261efa8318955ffecee0cb1c56ac (diff)
downloadwvs-vplan-2e24911975a84cb8c433c148c79f05fd8fa9eb1a.tar.gz
wvs-vplan-2e24911975a84cb8c433c148c79f05fd8fa9eb1a.zip
behebe Bug: Loader lädt unendlich
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js1
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){