bug 13618

Fix instance wizard zone name display issue in IE9 compat.

status 13618: resolved fixed
reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-02-13 10:37:14 -08:00
parent f4b075bc79
commit 82cae89124
1 changed files with 1 additions and 1 deletions

View File

@ -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}});