From 5a476089b4dc742b05d95661525b87c4d83cc4f3 Mon Sep 17 00:00:00 2001 From: ashley Date: Wed, 23 Oct 2024 15:22:07 +0000 Subject: [PATCH] lol --- html/poketube.ejs | 85 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 63 insertions(+), 22 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index dbc660bd..beaa6476 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1417,28 +1417,6 @@ WIP!
- <% if (Array.isArray(inv_vid?.keywords)) { %> - -
Keywords
-
- <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> - <% inv_vid?.keywords.forEach(x => { %> - - <% }) %> - - - <% } else { %> -

oh hey i think you lost your keywords look how to find one

- <% } %> -
- - - <% } %> - <% if (inv_vid.descriptionHtml && inv_vid.descriptionHtml.trim() !== "" && inv_vid.descriptionHtml.trim() !== "

") { %>
<% } else { %> @@ -1586,7 +1564,70 @@ WIP! + + <% if (Array.isArray(inv_vid?.keywords)) { %> + +
Keywords
+
+ <% if (inv_vid?.keywords && inv_vid.keywords.length > 0) { %> + <% inv_vid?.keywords.forEach(x => { %> + + <% }) %> + + + <% } else { %> +

oh hey i think you lost your keywords look how to find one

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