From 2e24911975a84cb8c433c148c79f05fd8fa9eb1a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 18 May 2014 11:01:31 +0200 Subject: behebe Bug: Loader lädt unendlich MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/index.js | 1 + 1 file changed, 1 insertion(+) 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){ -- cgit v1.3.1