1
0
Fork 0
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:
jvoisin 2025-01-20 15:44:15 +01:00 committed by Frédéric Guillot
parent 47ccefba4e
commit 3cd448099d

View file

@ -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]");