1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-10 05:28:20 +00:00

Remove 'Category list' from autocomplete menu (#252)

This commit is contained in:
Danila Gorelko 2024-08-14 14:03:20 +03:00 committed by GitHub
parent 719de9b530
commit 00bd7e1f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ wrapper.appendChild(hamburgerSection);
return Array
.from(new DOMParser()
.parseFromString(html, 'text/html')
.querySelectorAll('.mv-tags .p-name'))
.querySelectorAll('.mv-tag .p-name'))
.map(a => a.innerText);
});