()
| 14751 | }); |
| 14752 | tagsValueSpan.appendChild(link); |
| 14753 | if (i < sorted.length - 1) { |
| 14754 | tagsValueSpan.appendChild(document.createTextNode(', ')); |
| 14755 | } |
| 14756 | }); |
| 14757 | } |
| 14758 | |
| 14759 | // Add this function to populate the tag filter dropdown |
| 14760 | async function populateTagFilter() { |
| 14761 | const tagSelect = document.getElementById('tag-filter'); // Changed from 'tag-filter-select' |
no outgoing calls
no test coverage detected