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 bd2d875073
commit 895853e0d8
1 changed files with 0 additions and 1 deletions

View File

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