Fixed bug where icon wasn't changing from plus to minus on second table.

This commit is contained in:
Daniel Wathen
2023-01-19 15:00:56 -07:00
parent afdd487b7d
commit 8722400e3d
2 changed files with 8 additions and 4 deletions

View File

@ -79,7 +79,7 @@
<td scope="row" id="expandYield">
Actual Yielded Wafers Out &nbsp;&nbsp;&nbsp;
<button class="btn btn-default" onclick="expandYield()">
<i class="fa-solid fa-plus-circle" id="yieldIcon"></i>
<i class="fa-solid fa-plus-circle yieldIcon"></i>
</button>
</td>
@for (int i = 0; i < 7; i++)