mirror of https://github.com/apache/cloudstack.git
bug 13618
Fix instance wizard zone name display issue in IE9 compat. status 13618: resolved fixed
This commit is contained in:
parent
8f869b6a18
commit
18d6fa6c57
|
|
@ -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}});
|
||||
|
|
|
|||
Loading…
Reference in New Issue