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 74f26ae commit 6b06bf3Copy full SHA for 6b06bf3
1 file changed
templates/trainee-batch.html
@@ -132,7 +132,7 @@ <h2>Unknown PRs</h2>
132
regionToShow[checkbox.value] = checkbox.checked;
133
}
134
for (const row of Array.from(document.getElementsByTagName("tr")).slice(3)) {
135
- const region = row.getElementsByTagName("td")[1].textContent;
+ const region = row.getElementsByTagName("td")[0].textContent;
136
row.style.display = regionToShow[region] ? "table-row" : "none";
137
138
};
0 commit comments