Fix duplicate option with value '0` for firmware selection. Fixes #195
parent
41cd7f3f18
commit
e10d8997c4
|
@ -95,7 +95,7 @@ TABS.firmware_flasher.initialize = function (callback) {
|
||||||
return cmpVal;
|
return cmpVal;
|
||||||
});
|
});
|
||||||
|
|
||||||
var optionIndex = 0;
|
var optionIndex = 1;
|
||||||
releaseDescritpors.forEach(function(descriptor){
|
releaseDescritpors.forEach(function(descriptor){
|
||||||
var select_e =
|
var select_e =
|
||||||
$("<option value='{0}'>{1} {2} {3} ({4})</option>".format(
|
$("<option value='{0}'>{1} {2} {3} ({4})</option>".format(
|
||||||
|
|
Loading…
Reference in New Issue