Fixed bug for expanding yield columns in javascript file, added database calls for unload temps and tools by wafer size, and included unload temps and tools by wafer size in production passdown report.
This commit is contained in:
@ -144,6 +144,8 @@ function expandYield() {
|
||||
yieldDivs[i].classList.toggle("hidden");
|
||||
}
|
||||
|
||||
var source = document.getElementById("yieldImage").src;
|
||||
|
||||
if (source.substring(source.indexOf("Images/") + 7) == "plusIcon.png")
|
||||
document.getElementById("yieldImage").src = "../Images/minusIcon.png";
|
||||
else
|
||||
|
Reference in New Issue
Block a user