From f662e9897ac15bee47e4db0f518deef17ee98f5c Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 26 Aug 2013 15:10:38 -0700 Subject: [PATCH] CLOUDSTACK-4427: Fix non-async API call causing duplicate rows. --- ui/scripts/system.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 15b3ae2b62a..7fe8882b450 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 = [];