Updated Branches:
  refs/heads/master bd2d87507 -> 895853e0d

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/895853e0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/895853e0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/895853e0

Branch: refs/heads/master
Commit: 895853e0d82cd2c3bc34aab7aa71b20bfab95bee
Parents: bd2d875
Author: Brian Federle <[email protected]>
Authored: Mon Aug 26 15:10:38 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Mon Aug 26 15:11:56 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/895853e0/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index e3f45c4..e6bf03a 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 = [];

Reply via email to