Skip to content

Commit

Permalink
Resolved a problem launching images with networks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague committed Mar 11, 2014
1 parent 6fdb926 commit 41cb823
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/JSTACK.Nova.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,7 @@ JSTACK.Nova = (function (JS, undefined) {
}

if (networks !== undefined) {
for (i in networks) {
if (networks[i] !== undefined) {
nets.push(networks[i]);
}
}
data.server.network = nets;
data.server.networks = networks;
}

onOK = function (result) {
Expand Down

0 comments on commit 41cb823

Please sign in to comment.