CLOUDSTACK-4427: Fix non-async API call causing duplicate rows.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f662e989 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f662e989 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f662e989 Branch: refs/heads/4.2 Commit: f662e9897ac15bee47e4db0f518deef17ee98f5c Parents: 3dfb88e Author: Brian Federle <[email protected]> Authored: Mon Aug 26 15:10:38 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Aug 26 15:12:55 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f662e989/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 15b3ae2..7fe8882 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 = [];
