Skip to content

Commit 5d444ec

Browse files
bamurtaughbamurtaugh
andauthored
Only 2 cells (devcontainers#358)
Co-authored-by: bamurtaugh <[email protected]>
1 parent 628e1ad commit 5d444ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templa
4949
for (let i = 1; i < rows.length; i++) {
5050
const name = rows[i].getElementsByTagName('td')[0].textContent.toLowerCase();
5151
const maintainer = rows[i].getElementsByTagName('td')[1].textContent.toLowerCase();
52-
const repository = rows[i].getElementsByTagName('td')[2].textContent.toLowerCase();
5352

5453
if (name.includes(searchValue) || maintainer.includes(searchValue) || repository.includes(searchValue)) {
5554
rows[i].style.display = '';

0 commit comments

Comments
 (0)