From ddaed918d00271c4419f673d5be6fb4bc9b7f728 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 14 Sep 2025 22:32:14 +0200 Subject: [PATCH] Update html/watch.ejs --- html/watch.ejs | 76 ++++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/html/watch.ejs b/html/watch.ejs index fd63deb2..7d347d7f 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -3011,6 +3011,44 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap; + + + + <% if (Array.isArray( inv.comments)) { %> +
+
Comments - <%- convert(inv.commentCount) %> + + + +
+
+ +
+
+
+ +
+ + + +
+ + + +
+

+ <%- inv.comments[0].contentHtml %> +

+
+ +
+ +
+ + + + <% } %> +
<% if (twitter) { %> @@ -3061,44 +3099,8 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap; <% } %> <% } %>
- - - - <% if (Array.isArray( inv.comments)) { %> -
-
Comments - <%- convert(inv.commentCount) %> - - - -
-
- -
-
-
- -
- - - -
- - - -
-

- <%- inv.comments[0].contentHtml %> -

-
- -
- -
- - - - <% } %> +