Fix cat js
This commit is contained in:
parent
ec57251f58
commit
62e62d6274
@ -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);
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user