load screen should only be hidden once all requests are complete
This commit is contained in:
+1
-1
@@ -1982,7 +1982,7 @@ $(document).ajaxStart(function () {
|
|||||||
$("#loading").show();
|
$("#loading").show();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).ajaxComplete(function () {
|
$(document).ajaxStop(function () {
|
||||||
$("#loading").hide();
|
$("#loading").hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user