We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9462e7e commit 51954d3Copy full SHA for 51954d3
1 file changed
tagging-status/index.md
@@ -106,7 +106,7 @@ The status for the remaining **{{xpu | size }}** classes is `unchecked`.
106
107
<script>
108
function filterRows(bi) {
109
- const input = document.getElementById("inp");
+ const input = document.getElementById("inp" + bi);
110
const keywds = input.value.toUpperCase().split(' ');
111
const tbdy= document.getElementById(bi);
112
const trs = tbdy.getElementsByTagName("tr");
0 commit comments