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