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

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