You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2013/11/29 11:18:40 UTC

[6/6] git commit: updated refs/heads/4.2 to 2fc1161

CLOUDSTACK-5310: fix issue: offering display twice in dropdown when create network
(cherry picked from commit 6ab27267beb11b63d968ca32203352d6a44ce39f)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2fc1161e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2fc1161e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2fc1161e

Branch: refs/heads/4.2
Commit: 2fc1161e564f1893e936acf65d9acd118ff8db80
Parents: 20d8564
Author: Wei Zhou <w....@leaseweb.com>
Authored: Fri Nov 29 10:40:33 2013 +0100
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Fri Nov 29 11:18:12 2013 +0100

----------------------------------------------------------------------
 ui/scripts/network.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2fc1161e/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 8a8904e..54c380c 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -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({