mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +00:00
forgot that semi‐colon :/
This commit is contained in:
parent
37e8b8b647
commit
9785dedc46
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ function getAncestor(obj, searchedTag) {
|
|||
if (obj.parentNode.nodeName == searchedTag.toUpperCase()) {
|
||||
return obj.parentNode;
|
||||
} else {
|
||||
getAncestor(obj.parentNode, searchedTag)
|
||||
getAncestor(obj.parentNode, searchedTag);
|
||||
}
|
||||
} else {
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue