From da670149a012500b522f866295b5cfaa20bc5996 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 12 Oct 2022 17:17:09 +0200 Subject: [PATCH] qwq --- html/poketube.ejs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 52cebfdb..a0476bb4 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -436,6 +436,14 @@ Comments
+ <% if (!Array.isArray( inv.comments)) { %> +

+ Comments couldnt load ;-; (Report dis issue) +

+ <% } %> + + + <% if (Array.isArray( inv.comments)) { %> <% inv.comments.forEach(x =>{ %> @@ -445,7 +453,7 @@
-
+
@@ -464,8 +472,11 @@
+ <% }) %> + + <% } %> + - <% }) %>
<% } %>