Procházet zdrojové kódy

Remove a useless `return`

jvoisin před 1 rokem
rodič
revize
3cd448099d
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      internal/ui/static/js/app.js

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