Skip to content

Commit aba9006

Browse files
committed
Remove descipriont and part columns for now
#16
1 parent b79f6b7 commit aba9006

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

InteractiveHtmlBom/ibom.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -654,12 +654,6 @@
654654
tr.id = "bomrow" + rownum;
655655
td.textContent = rownum;
656656
tr.appendChild(td);
657-
// Description
658-
td = document.createElement("TD");
659-
tr.appendChild(td);
660-
// Part
661-
td = document.createElement("TD");
662-
tr.appendChild(td);
663657
// References
664658
td = document.createElement("TD");
665659
td.innerHTML = highlightFilter(references.join(", "));
@@ -923,8 +917,6 @@
923917
<thead>
924918
<tr>
925919
<th class="numCol"></th>
926-
<th class="Description">Description</th>
927-
<th class="Part">Part</th>
928920
<th class="References">References</th>
929921
<th class="Value">Value</th>
930922
<th class="Footprint">Footprint</th>

0 commit comments

Comments
 (0)