|
@@ -1653,13 +1653,13 @@ function renderMandatoryComparisonTable(attributes, title, productType) {
|
|
|
select.appendChild(option);
|
|
select.appendChild(option);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- if (!attr.isMatch && attr.aiValue !== 'N/A') {
|
|
|
|
|
- const newOpt = document.createElement('option');
|
|
|
|
|
- newOpt.value = attr.aiValue;
|
|
|
|
|
- newOpt.textContent = attr.aiValue; // + " (new)";
|
|
|
|
|
- newOpt.selected = true;
|
|
|
|
|
- select.appendChild(newOpt);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!attr.isMatch && attr.aiValue !== 'N/A') {
|
|
|
|
|
+ // const newOpt = document.createElement('option');
|
|
|
|
|
+ // newOpt.value = attr.aiValue;
|
|
|
|
|
+ // newOpt.textContent = attr.aiValue; // + " (new)";
|
|
|
|
|
+ // newOpt.selected = true;
|
|
|
|
|
+ // select.appendChild(newOpt);
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
aiTd.appendChild(select);
|
|
aiTd.appendChild(select);
|
|
|
row.appendChild(aiTd);
|
|
row.appendChild(aiTd);
|