mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Remove a useless return
This commit is contained in:
parent
47ccefba4e
commit
3cd448099d
1 changed files with 0 additions and 1 deletions
|
@ -396,7 +396,6 @@ function openCommentLink(openLinkInCurrentTab) {
|
||||||
} else {
|
} else {
|
||||||
DomHelper.openNewTab(entryLink.getAttribute("href"));
|
DomHelper.openNewTab(entryLink.getAttribute("href"));
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const currentItemCommentsLink = document.querySelector(".current-item :is(a, button)[data-comments-link]");
|
const currentItemCommentsLink = document.querySelector(".current-item :is(a, button)[data-comments-link]");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue