diff options
| -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){ |
