From e4a406def4a9f67bdb541b0a24d43815749d5704 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Mon, 18 Aug 2014 17:17:24 +0200 Subject: [PATCH] removed ajaxStart function --- js/apps/system/aardvark/frontend/js/routers/router.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/routers/router.js b/js/apps/system/aardvark/frontend/js/routers/router.js index 90c7286d99..aa1bcbb680 100644 --- a/js/apps/system/aardvark/frontend/js/routers/router.js +++ b/js/apps/system/aardvark/frontend/js/routers/router.js @@ -97,13 +97,6 @@ }); window.checkVersion(); - $(document).ajaxStart(function () { - window.progressView.show("Loading..."); - }); - - $(document).ajaxComplete(function () { - window.progressView.hide(); - }); }, checkUser: function () {