CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network

(cherry picked from commit 6ab27267be)
This commit is contained in:
Wei Zhou 2013-11-29 10:40:33 +01:00
parent 20d8564ed0
commit 2fc1161e56
1 changed files with 0 additions and 3 deletions

View File

@ -546,11 +546,8 @@
domain: {
label: 'label.domain',
select: function(args) {
var items = [];
$.ajax({
url: createURL("listDomains&listAll=true"),
dataType: "json",
async: false,
success: function(json) {
var items = [];
items.push({