Fix value of unknown Model
This commit is contained in:
parent
9160ee932f
commit
7b18b22f82
|
@ -353,7 +353,7 @@ function populate_models(ManufacturerId) {
|
|||
}
|
||||
|
||||
dropdown.empty();
|
||||
dropdown.append('<option value="0" selected="true">Unknown</option>');
|
||||
dropdown.append('<option value="" selected="true">Unknown</option>');
|
||||
dropdown.prop('selectedIndex', 0);
|
||||
|
||||
if (ManufacturerId) {
|
||||
|
|
Loading…
Reference in New Issue