From 895853e0d82cd2c3bc34aab7aa71b20bfab95bee 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 e3f45c49046..e6bf03a2246 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 = [];