Fix specify VLan checkbox value

This commit is contained in:
Brian Federle 2011-11-30 12:00:10 -08:00
parent c4e96d9857
commit a98ffa366b
1 changed files with 6 additions and 0 deletions

View File

@ -887,6 +887,12 @@
return key;
}).join(',');
if (inputData['specifyVlan'] == 'on') {
inputData['specifyVlan'] = true;
} else {
inputData['specifyVlan'] = false;
}
// Make service provider map
var serviceProviderIndex = 0;
$.each(services, function(key, value) {