From 82cae8912428983378c6b2e8392dd895e756cbe6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 13 Feb 2012 10:37:14 -0800 Subject: [PATCH] bug 13618 Fix instance wizard zone name display issue in IE9 compat. status 13618: resolved fixed reviewed-by: jessica --- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 5894780f69f..afe32b9d44e 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -57,7 +57,7 @@ $.ajax({ url: createURL("listZones&available=true"), dataType: "json", - async: true, + async: false, success: function(json) { zoneObjs = json.listzonesresponse.zone; args.response.success({ data: {zones: zoneObjs}});