bug 13618

Fix instance wizard zone name display issue in IE9 compat.

status 13618: resolved fixed
This commit is contained in:
Brian Federle 2012-02-13 10:33:37 -08:00
parent 8f869b6a18
commit 18d6fa6c57
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}});