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 () {