Use correct value/ID for network offering select

This commit is contained in:
Brian Federle 2011-12-07 11:36:48 -08:00
parent 5420554237
commit 345607b600

View File

@ -437,9 +437,7 @@
// Populate network offering drop-down
$(args.data.networkOfferings).each(function() {
$('<option>')
.attr({
id: this.id
})
.val(this.id)
.html(this.name)
.appendTo($newNetwork.find('select'));
});