mirror of https://gitee.com/bigwinds/arangodb
removed ajaxStart function
This commit is contained in:
parent
d5a1266163
commit
e4a406def4
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue