bad merge. Not sure how the variable was not declared.

This commit is contained in:
will 2011-01-13 10:45:39 -08:00
parent 7e7a5f3e45
commit b548c3e825

View File

@ -850,6 +850,7 @@ function initVMWizard() {
// Setup Virtual Networks
var requiredVirtual = false;
var defaultNetworkAdded = false;
var availableSecondary = false;
if (virtualNetwork == null) {
$.ajax({
data: createURL("command=listNetworkOfferings&traffictype=Guest"),