From aa6ab0d85400892b3b875416b8238bfc4d547816 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Thu, 25 Jan 2024 08:21:08 +0000 Subject: [PATCH] add new comments button :3 --- html/poketube.ejs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 178ae21f..231fca58 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1130,10 +1130,9 @@ display: block; !important;" autoplay controls> " %>">
-
+
<%=k.Video.Channel.Name%> - - + <% if (inv_vid?.authorVerified) { %>
@@ -1249,8 +1248,8 @@ display: block; !important;" autoplay controls>
- - <%- convert(inv.commentCount) %> Comments + + <%- inv.commentCount.toLocaleString() %>
@@ -1916,7 +1915,7 @@ window.addEventListener("unload", cleanup) - +