1
0
Fork 0

removed ajaxStart function

This commit is contained in:
Heiko Kernbach 2014-08-18 17:17:24 +02:00
parent d5a1266163
commit e4a406def4
1 changed files with 0 additions and 7 deletions

View File

@ -97,13 +97,6 @@
}); });
window.checkVersion(); window.checkVersion();
$(document).ajaxStart(function () {
window.progressView.show("Loading...");
});
$(document).ajaxComplete(function () {
window.progressView.hide();
});
}, },
checkUser: function () { checkUser: function () {