mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +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 {
|
||||
DomHelper.openNewTab(entryLink.getAttribute("href"));
|
||||
}
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
const currentItemCommentsLink = document.querySelector(".current-item :is(a, button)[data-comments-link]");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue