From 3cd448099d171c7e9a58792fa61b4fe076696d4b Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 20 Jan 2025 15:44:15 +0100 Subject: [PATCH] Remove a useless `return` --- internal/ui/static/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/ui/static/js/app.js b/internal/ui/static/js/app.js index 74ea4588..9ed90a12 100644 --- a/internal/ui/static/js/app.js +++ b/internal/ui/static/js/app.js @@ -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]");