diff --git a/html/poketube.ejs b/html/poketube.ejs index e66d262b..ebb5ca8f 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -496,18 +496,13 @@ - <% if (!video.Channel.Name.endsWith(' - Topic')) { %> - <% if (!inv.comments) { %> - -

- There was a error while parsing the comments :c Refresh the page or report this issue at codeberg -

- <% } %> - -
+ + <% if (inv.comments) { %> +
+
@@ -590,19 +585,28 @@ <% }) %> - <% } %>
- - - <% } %> - -
-
- + <% } %> + + + <% if(!inv.comments) { %> + + + <% } %> + + + <% if(inv.comments) { %> + + + <% } %> + + + +