From ff9050a816ed8a8f043649aa088c0902d61f27bb Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 9 Dec 2023 03:56:48 +0000 Subject: [PATCH] Update html/poketube.ejs --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 6b18cb34..dcee9fe0 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1460,7 +1460,7 @@ display: block; !important;" autoplay controls Top Comments of this video!! :3


-<% inv.comments.forEach(x =>{ %>
<% if (!x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %><% if (x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %>

<%- x.contentHtml %>

<% if (x.likeCount === 0) { %> | <% } else { %><%= convert(x.likeCount) %>| <% } %><% if(x.creatorHeart) { %><% } %>

<% }) %> +<% inv.comments.forEach(x =>{ %>
<% if (!x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %><% if (x.authorIsChannelOwner) { %>

<%- x.author%><% if (x.verified) { %><% } %>

<%- x.publishedText %>

<% } %>

<%- x.contentHtml %>

<% if (x.likeCount === 0) { %> | <% } else { %> <%= convert(x.likeCount) %> | <% } %><% if(x.creatorHeart) { %><% } %>

<% }) %>
Go To Top