Skip to content

Commit 5f9a675

Browse files
committed
chore: remove redudant sections from errata.html
1 parent 23f2f30 commit 5f9a675

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

errata.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@
2828
width: "72",
2929
height:"48"
3030
}
31-
]
31+
],
32+
postProcess: [removeRedudantParts]
3233
};
34+
function removeRedudantParts() {
35+
const details = document.querySelector("body > div.head > details");
36+
details.classList.add("removeOnSave");
37+
}
3338
</script>
3439
</head>
3540
<body>

0 commit comments

Comments
 (0)