From b456a8c0a5a038d4d9681df4aa6fa1855b172d58 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 10 Dec 2023 14:41:27 +0000 Subject: [PATCH] minify code :3 --- html/poketube.ejs | 49 +---------------------------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 25bd379f..600836d0 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1460,54 +1460,7 @@ display: block; !important;" autoplay controls Top Comments of this video!! :3


-<% inv.comments.forEach(x =>{ %> -
-
-
-
-
-
-
-
-

- <%- 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