Skip to content

Commit

Permalink
Remove descipriont and part columns for now
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Jul 29, 2018
1 parent b79f6b7 commit aba9006
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions InteractiveHtmlBom/ibom.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,6 @@
tr.id = "bomrow" + rownum;
td.textContent = rownum;
tr.appendChild(td);
// Description
td = document.createElement("TD");
tr.appendChild(td);
// Part
td = document.createElement("TD");
tr.appendChild(td);
// References
td = document.createElement("TD");
td.innerHTML = highlightFilter(references.join(", "));
Expand Down Expand Up @@ -923,8 +917,6 @@
<thead>
<tr>
<th class="numCol"></th>
<th class="Description">Description</th>
<th class="Part">Part</th>
<th class="References">References</th>
<th class="Value">Value</th>
<th class="Footprint">Footprint</th>
Expand Down

0 comments on commit aba9006

Please sign in to comment.