Skip to content

Commit 51954d3

Browse files
committed
separate ids for input fields
1 parent 9462e7e commit 51954d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tagging-status/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The status for the remaining **{{xpu | size }}** classes is `unchecked`.
106106

107107
<script>
108108
function filterRows(bi) {
109-
const input = document.getElementById("inp");
109+
const input = document.getElementById("inp" + bi);
110110
const keywds = input.value.toUpperCase().split(' ');
111111
const tbdy= document.getElementById(bi);
112112
const trs = tbdy.getElementsByTagName("tr");

0 commit comments

Comments
 (0)