4
0
Эх сурвалжийг харах

Remove a useless `return`

jvoisin 1 жил өмнө
parent
commit
3cd448099d

+ 0 - 1
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]");