()
| 148 | } |
| 149 | |
| 150 | function syncUrlState(): void { |
| 151 | updateQueryParams({ |
| 152 | q: '', |
| 153 | extension: currentFilters.extensions, |
| 154 | sort: currentSort === 'title' ? '' : currentSort, |
| 155 | }); |
| 156 | } |
| 157 | |
| 158 | export async function initInstructionsPage(): Promise<void> { |
| 159 | const list = document.getElementById('resource-list'); |
no test coverage detected