We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423adf commit 61b200aCopy full SHA for 61b200a
InteractiveHtmlBom/web/ibom.js
@@ -745,7 +745,7 @@ function initDefaults() {
745
document.getElementById("bomCheckboxes").value = bomCheckboxes;
746
747
var b = getStorageBooleanOrDefault("padsVisible", config.show_pads);
748
- document.getElementById("fabricationCheckbox").checked = b;
+ document.getElementById("padsCheckbox").checked = b;
749
padsVisible(b);
750
751
b = getStorageBooleanOrDefault("fabricationVisible", config.show_fabrication);
0 commit comments