CLOUDSTACK-4427: Fix non-async API call causing duplicate rows.

This commit is contained in:
Brian Federle 2013-08-26 15:10:38 -07:00
parent 3dfb88e09d
commit f662e9897a
1 changed files with 0 additions and 1 deletions

View File

@ -11869,7 +11869,6 @@
$.ajax({
url: createURL("listDomains&listAll=true"),
dataType: "json",
async: false,
success: function(json) {
var domainObjs = json.listdomainsresponse.domain;
var items = [];