diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 15b3ae2b62a..7fe8882b450 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -11869,7 +11869,6 @@ $.ajax({ url: createURL("listDomains&listAll=true"), dataType: "json", - async: false, success: function(json) { var domainObjs = json.listdomainsresponse.domain; var items = [];