mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-09-07 05:18:05 +00:00
Remove 'Category list' from autocomplete menu (#252)
This commit is contained in:
@@ -35,7 +35,7 @@ wrapper.appendChild(hamburgerSection);
|
|||||||
return Array
|
return Array
|
||||||
.from(new DOMParser()
|
.from(new DOMParser()
|
||||||
.parseFromString(html, 'text/html')
|
.parseFromString(html, 'text/html')
|
||||||
.querySelectorAll('.mv-tags .p-name'))
|
.querySelectorAll('.mv-tag .p-name'))
|
||||||
.map(a => a.innerText);
|
.map(a => a.innerText);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user